Class: Aws::S3Control::Types::S3Grantee
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::S3Grantee
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-s3control/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#display_name ⇒ String
      7167 7168 7169 7170 7171 7172 7173  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 7167 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end  |