Class: Aws::S3::Types::Owner
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Owner
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Container for the owner’s display name and ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
Container for the display name of the owner.
-
#id ⇒ String
Container for the ID of the owner.
Instance Attribute Details
#display_name ⇒ String
Container for the display name of the owner.
9085 9086 9087 9088 9089 9090 |
# File 'lib/aws-sdk-s3/types.rb', line 9085 class Owner < Struct.new( :display_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Container for the ID of the owner.
9085 9086 9087 9088 9089 9090 |
# File 'lib/aws-sdk-s3/types.rb', line 9085 class Owner < Struct.new( :display_name, :id) SENSITIVE = [] include Aws::Structure end |