Struct aws_sdk_rust::aws::s3::s3client::Grantee
[−]
[src]
pub struct Grantee { pub email_address: Option<EmailAddress>, pub foo_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.
foo_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.