Class: Aws::S3Control::Types::S3Grant
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3Grant
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#grantee ⇒ Types::S3Grantee
7214 7215 7216 7217 7218 7219 |
# File 'lib/aws-sdk-s3control/types.rb', line 7214 class S3Grant < Struct.new( :grantee, :permission) SENSITIVE = [] include Aws::Structure end |