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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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.

This functionality is not supported for directory buckets.

Returns:

  • (String)


8608
8609
8610
8611
8612
8613
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8608

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.

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

Returns:

  • (String)


8608
8609
8610
8611
8612
8613
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8608

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