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
7202 7203 7204 7205 7206 7207 7208 |
# File 'lib/aws-sdk-s3control/types.rb', line 7202 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
7202 7203 7204 7205 7206 7207 7208 |
# File 'lib/aws-sdk-s3control/types.rb', line 7202 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end |
#type_identifier ⇒ String
7202 7203 7204 7205 7206 7207 7208 |
# File 'lib/aws-sdk-s3control/types.rb', line 7202 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end |