Class: Aws::Glacier::Types::Grant
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::Grant
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains information about a grant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grantee ⇒ Types::Grantee
The grantee.
-
#permission ⇒ String
Specifies the permission given to the grantee.
Instance Attribute Details
#grantee ⇒ Types::Grantee
The grantee.
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 |