class Aws::Glacier::Types::Grant

Contains information about a grant.

@note When making an API call, you may pass Grant

data as a hash:

    {
      grantee: {
        type: "AmazonCustomerByEmail", # required, accepts AmazonCustomerByEmail, CanonicalUser, Group
        display_name: "string",
        uri: "string",
        id: "string",
        email_address: "string",
      },
      permission: "FULL_CONTROL", # accepts FULL_CONTROL, WRITE, WRITE_ACP, READ, READ_ACP
    }

@!attribute [rw] grantee

The grantee.
@return [Types::Grantee]

@!attribute [rw] permission

Specifies the permission given to the grantee.
@return [String]

Constants

SENSITIVE