Struct rusoto_s3::Grant [] [src]

pub struct Grant {
    pub grantee: Option<Grantee>,
    pub permission: Option<String>,
}

Fields

Specifies the permission given to the grantee.

Trait Implementations

impl Default for Grant
[src]

[src]

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

impl Debug for Grant
[src]

[src]

Formats the value using the given formatter.