Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContextSessionIssuer
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAccessKeySessionContextSessionIssuer
- Includes:
- Aws::Structure
- Defined in:
- 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.
13723 13724 13725 13726 13727 13728 13729 13730 13731 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13723 class AwsIamAccessKeySessionContextSessionIssuer < Struct.new( :type, :principal_id, :arn, :account_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the session.
13723 13724 13725 13726 13727 13728 13729 13730 13731 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13723 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.
13723 13724 13725 13726 13727 13728 13729 13730 13731 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13723 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.
13723 13724 13725 13726 13727 13728 13729 13730 13731 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13723 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.
13723 13724 13725 13726 13727 13728 13729 13730 13731 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13723 class AwsIamAccessKeySessionContextSessionIssuer < Struct.new( :type, :principal_id, :arn, :account_id, :user_name) SENSITIVE = [] include Aws::Structure end |