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
      7149 7150 7151 7152 7153 7154  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 7149 class S3Grant < Struct.new( :grantee, :permission) SENSITIVE = [] include Aws::Structure end  |