Struct aws_sdk_rust::aws::s3::grant::Grant [] [src]

pub struct Grant {
    pub grantee: Grantee,
    pub permission: Permission,
}

Fields

Specifies the permission given to the grantee.

Trait Implementations

impl Debug for Grant
[src]

Formats the value using the given formatter.

impl Default for Grant
[src]

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

impl Decodable for Grant
[src]

Deserialize a value using a Decoder.

impl Encodable for Grant
[src]

Serialize a value using an Encoder.