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
7653 7654 7655 7656 7657 7658 7659 |
# File 'lib/aws-sdk-s3control/types.rb', line 7653 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
7653 7654 7655 7656 7657 7658 7659 |
# File 'lib/aws-sdk-s3control/types.rb', line 7653 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end |
#type_identifier ⇒ String
7653 7654 7655 7656 7657 7658 7659 |
# File 'lib/aws-sdk-s3control/types.rb', line 7653 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end |