Method: Aws::S3::Types::Owner#id

Defined in:
lib/aws-sdk-s3/types.rb

#idString

Container for the ID of the owner.

Returns:

  • (String)


13976
13977
13978
13979
13980
13981
# File 'lib/aws-sdk-s3/types.rb', line 13976

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