Class: Aws::S3::Types::Grant
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Grant
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Container for grant information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grantee ⇒ Types::Grantee
The person being granted permissions.
-
#permission ⇒ String
Specifies the permission given to the grantee.
Instance Attribute Details
#grantee ⇒ Types::Grantee
The person being granted permissions.
7937 7938 7939 7940 7941 7942 |
# File 'lib/aws-sdk-s3/types.rb', line 7937 class Grant < Struct.new( :grantee, :permission) SENSITIVE = [] include Aws::Structure end |