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
5756 5757 5758 5759 5760 |
# File 'lib/aws-sdk-s3/types.rb', line 5756 class Owner < Struct.new( :display_name, :id) include Aws::Structure end |
#id ⇒ String
5756 5757 5758 5759 5760 |
# File 'lib/aws-sdk-s3/types.rb', line 5756 class Owner < Struct.new( :display_name, :id) include Aws::Structure end |