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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Name of the Principal.

Returns:

  • (String)


7546
7547
7548
7549
7550
7551
# File 'lib/aws-sdk-s3/types.rb', line 7546

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

#idString

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

Returns:

  • (String)


7546
7547
7548
7549
7550
7551
# File 'lib/aws-sdk-s3/types.rb', line 7546

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