Class: Aws::S3::Types::Initiator
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Initiator
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#display_name ⇒ String
Name of the Principal.
-
#id ⇒ String
If the principal is an AWS account, it provides the Canonical User ID.
Instance Attribute Details
#display_name ⇒ String
Name of the Principal.
3602 3603 3604 3605 3606 |
# File 'lib/aws-sdk-s3/types.rb', line 3602 class Initiator < Struct.new( :id, :display_name) include Aws::Structure end |
#id ⇒ String
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.
3602 3603 3604 3605 3606 |
# File 'lib/aws-sdk-s3/types.rb', line 3602 class Initiator < Struct.new( :id, :display_name) include Aws::Structure end |