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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Returns:

  • (String)


7394
7395
7396
7397
7398
7399
# File 'lib/aws-sdk-s3control/types.rb', line 7394

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

#idString

Returns:

  • (String)


7394
7395
7396
7397
7398
7399
# File 'lib/aws-sdk-s3control/types.rb', line 7394

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