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

pub struct TargetGrant {
    pub grantee: Grantee,
    pub permission: BucketLogsPermission,
}

Fields

Logging permissions assigned to the Grantee for the bucket.

Trait Implementations

impl Debug for TargetGrant
[src]

Formats the value using the given formatter.

impl Default for TargetGrant
[src]

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

impl Decodable for TargetGrant
[src]

Deserialize a value using a Decoder.

impl Encodable for TargetGrant
[src]

Serialize a value using an Encoder.