Class: Aws::S3::Types::Initiator

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

Overview

Container element that identifies who initiated the multipart upload.

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Name of the Principal.

Returns:

  • (String)


5548
5549
5550
5551
5552
# File 'lib/aws-sdk-s3/types.rb', line 5548

class Initiator < Struct.new(
  :id,
  :display_name)
  include Aws::Structure
end

#idString

If the principal is an AWS account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.

Returns:

  • (String)


5548
5549
5550
5551
5552
# File 'lib/aws-sdk-s3/types.rb', line 5548

class Initiator < Struct.new(
  :id,
  :display_name)
  include Aws::Structure
end