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 of the grantee.

Type of grantee

Screen name of the grantee.

The canonical user ID of the grantee.

URI of the grantee group.

Trait Implementations

impl Debug for Grantee
[src]

Formats the value using the given formatter.

impl Default for Grantee
[src]

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

impl Decodable for Grantee
[src]

Deserialize a value using a Decoder.

impl Encodable for Grantee
[src]

Serialize a value using an Encoder.