Struct aws_sdk_rust::aws::s3::grant::Grantee
[−]
[src]
pub struct Grantee { pub email_address: Option<EmailAddress>, pub some_type: Type, pub display_name: Option<DisplayName>, pub id: Option<ID>, pub uri: Option<URI>, }
Fields
email_address: Option<EmailAddress>
Email address of the grantee.
some_type: Type
Type of grantee
display_name: Option<DisplayName>
Screen name of the grantee.
id: Option<ID>
The canonical user ID of the grantee.
uri: Option<URI>
URI of the grantee group.
Trait Implementations
impl Debug for Grantee
[src]
impl Default for Grantee
[src]
impl Decodable for Grantee
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Grantee, __D::Error>
Deserialize a value using a Decoder
.