Class: Aws::S3Control::Types::S3ObjectOwner

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Returns:

  • (String)


7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7217

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

#idString

Returns:

  • (String)


7217
7218
7219
7220
7221
7222
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7217

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