Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContextSessionIssuer

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about the entity that created the session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the Amazon Web Services account that created the session.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13720

class AwsIamAccessKeySessionContextSessionIssuer < Struct.new(
  :type,
  :principal_id,
  :arn,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the session.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13720

class AwsIamAccessKeySessionContextSessionIssuer < Struct.new(
  :type,
  :principal_id,
  :arn,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The principal ID of the principal (user, role, or group) that created the session.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13720

class AwsIamAccessKeySessionContextSessionIssuer < Struct.new(
  :type,
  :principal_id,
  :arn,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of principal (user, role, or group) that created the session.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13720

class AwsIamAccessKeySessionContextSessionIssuer < Struct.new(
  :type,
  :principal_id,
  :arn,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the principal that created the session.

Returns:

  • (String)


13720
13721
13722
13723
13724
13725
13726
13727
13728
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13720

class AwsIamAccessKeySessionContextSessionIssuer < Struct.new(
  :type,
  :principal_id,
  :arn,
  :account_id,
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end