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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Name of the Principal.

Returns:

  • (String)


4021
4022
4023
4024
4025
# File 'lib/aws-sdk-s3/types.rb', line 4021

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)


4021
4022
4023
4024
4025
# File 'lib/aws-sdk-s3/types.rb', line 4021

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