Struct rusoto_s3::Grantee [] [src]

pub struct Grantee {
    pub display_name: Option<String>,
    pub email_address: Option<String>,
    pub id: Option<String>,
    pub type_: String,
    pub uri: Option<String>,
}

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]

[src]

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

impl Debug for Grantee
[src]

[src]

Formats the value using the given formatter.