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
7219 7220 7221 7222 7223 7224 7225 |
# File 'lib/aws-sdk-s3control/types.rb', line 7219 class S3Grantee < Struct.new( :type_identifier, :identifier, :display_name) SENSITIVE = [] include Aws::Structure end |