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

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

Instance Attribute Details

#display_nameString

Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)

  • US West (N. California)

  • US West (Oregon)

  • Asia Pacific (Singapore)

  • Asia Pacific (Sydney)

  • Asia Pacific (Tokyo)

  • Europe (Ireland)

  • South America (São Paulo)

<note markdown=“1”> This functionality is not supported for directory buckets.

</note>

Returns:

  • (String)


11792
11793
11794
11795
11796
11797
# File 'lib/aws-sdk-s3/types.rb', line 11792

class Owner < Struct.new(
  :display_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Container for the ID of the owner.

Returns:

  • (String)


11792
11793
11794
11795
11796
11797
# File 'lib/aws-sdk-s3/types.rb', line 11792

class Owner < Struct.new(
  :display_name,
  :id)
  SENSITIVE = []
  include Aws::Structure
end