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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Contains information about a grant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#granteeTypes::Grantee

The grantee.

Returns:



1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-glacier/types.rb', line 1032

class Grant < Struct.new(
  :grantee,
  :permission)
  SENSITIVE = []
  include Aws::Structure
end

#permissionString

Specifies the permission given to the grantee.

Returns:

  • (String)


1032
1033
1034
1035
1036
1037
# File 'lib/aws-sdk-glacier/types.rb', line 1032

class Grant < Struct.new(
  :grantee,
  :permission)
  SENSITIVE = []
  include Aws::Structure
end