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.

Trait Implementations

impl Default for Grantee
[src]

fn default() -> Grantee

Returns the "default value" for a type. Read more

impl Debug for Grantee
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.