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)


13730
13731
13732
13733
13734
13735
13736
13737
13738
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13730

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)


13730
13731
13732
13733
13734
13735
13736
13737
13738
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13730

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)


13730
13731
13732
13733
13734
13735
13736
13737
13738
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13730

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)


13730
13731
13732
13733
13734
13735
13736
13737
13738
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13730

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)


13730
13731
13732
13733
13734
13735
13736
13737
13738
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13730

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