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
Note:
When making an API call, you may pass Owner data as a hash:
{
display_name: "DisplayName",
id: "ID",
}
Instance Attribute Summary collapse
Instance Attribute Details
#display_name ⇒ String
6289 6290 6291 6292 6293 |
# File 'lib/aws-sdk-s3/types.rb', line 6289 class Owner < Struct.new( :display_name, :id) include Aws::Structure end |
#id ⇒ String
6289 6290 6291 6292 6293 |
# File 'lib/aws-sdk-s3/types.rb', line 6289 class Owner < Struct.new( :display_name, :id) include Aws::Structure end |