Struct rusoto_s3::Grantee [] [src]

pub struct Grantee {
    pub display_name: Option<DisplayName>,
    pub email_address: Option<EmailAddress>,
    pub id: Option<ID>,
    pub type_: Type,
    pub uri: Option<URI>,
}

Fields

Screen name of the grantee.

Email address of the grantee.

The canonical user ID of the grantee.

Type of grantee

URI of the grantee group.

Trait Implementations

impl Default for Grantee
[src]

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

impl Clone for Grantee
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Grantee
[src]

Formats the value using the given formatter.