Class: Aws::S3::Types::Initiator
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Initiator
- 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
-
#display_name ⇒ String
Name of the Principal.
-
#id ⇒ String
If the principal is an Amazon Web Services account, it provides the Canonical User ID.
Instance Attribute Details
#display_name ⇒ String
Name of the Principal.
9213 9214 9215 9216 9217 9218 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9213 class Initiator < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
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.
9213 9214 9215 9216 9217 9218 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9213 class Initiator < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |