Struct rusoto_s3::TargetGrant [] [src]

pub struct TargetGrant {
    pub grantee: Option<Grantee>,
    pub permission: Option<BucketLogsPermission>,
}

Fields

Logging permissions assigned to the Grantee for the bucket.

Trait Implementations

impl Default for TargetGrant
[src]

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

impl Clone for TargetGrant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetGrant
[src]

Formats the value using the given formatter.