Class: Aws::S3::Types::Owner

Inherits:
Struct
  • Object
show all
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_nameString

Returns:

  • (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

#idString

Returns:

  • (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