Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContextSessionIssuer
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAccessKeySessionContextSessionIssuer
- 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
-
#account_id ⇒ String
The identifier of the Amazon Web Services account that created the session.
-
#arn ⇒ String
The ARN of the session.
-
#principal_id ⇒ String
The principal ID of the principal (user, role, or group) that created the session.
-
#type ⇒ String
The type of principal (user, role, or group) that created the session.
-
#user_name ⇒ String
The name of the principal that created the session.
Instance Attribute Details
#account_id ⇒ String
The identifier of the Amazon Web Services account that created the session.
13320 13321 13322 13323 13324 13325 13326 13327 13328 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13320 class AwsIamAccessKeySessionContextSessionIssuer < Struct.new( :type, :principal_id, :arn, :account_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the session.
13320 13321 13322 13323 13324 13325 13326 13327 13328 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13320 class AwsIamAccessKeySessionContextSessionIssuer < Struct.new( :type, :principal_id, :arn, :account_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the principal (user, role, or group) that created the session.
13320 13321 13322 13323 13324 13325 13326 13327 13328 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13320 class AwsIamAccessKeySessionContextSessionIssuer < Struct.new( :type, :principal_id, :arn, :account_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of principal (user, role, or group) that created the session.
13320 13321 13322 13323 13324 13325 13326 13327 13328 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13320 class AwsIamAccessKeySessionContextSessionIssuer < Struct.new( :type, :principal_id, :arn, :account_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the principal that created the session.
13320 13321 13322 13323 13324 13325 13326 13327 13328 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13320 class AwsIamAccessKeySessionContextSessionIssuer < Struct.new( :type, :principal_id, :arn, :account_id, :user_name) SENSITIVE = [] include Aws::Structure end |