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

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

Fields

grantee: Grantee permission: Permission

Specifies the permission given to the grantee.

Trait Implementations

impl Default for Grant
[src]

fn default() -> Grant

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

impl Debug for Grant
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.