You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glacier::Types::Grant

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Grant as input to an Aws::Client method, you can use a vanilla 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
}

Contains information about a grant.

Instance Attribute Summary collapse

Instance Attribute Details

#granteeTypes::Grantee

The grantee.

Returns:

#permissionString

Specifies the permission given to the grantee.

Possible values:

  • FULL_CONTROL
  • WRITE
  • WRITE_ACP
  • READ
  • READ_ACP

Returns:

  • (String)

    Specifies the permission given to the grantee.