class Aws::Glacier::Types::Grantee

Contains information about the grantee.

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

data as a hash:

    {
      type: "AmazonCustomerByEmail", # required, accepts AmazonCustomerByEmail, CanonicalUser, Group
      display_name: "string",
      uri: "string",
      id: "string",
      email_address: "string",
    }

@!attribute [rw] type

Type of grantee
@return [String]

@!attribute [rw] display_name

Screen name of the grantee.
@return [String]

@!attribute [rw] uri

URI of the grantee group.
@return [String]

@!attribute [rw] id

The canonical user ID of the grantee.
@return [String]

@!attribute [rw] email_address

Email address of the grantee.
@return [String]

Constants

SENSITIVE