Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAccessKeySessionContext
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the session that the key was used for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::AwsIamAccessKeySessionContextAttributes
Attributes of the session that the key was used for.
-
#session_issuer ⇒ Types::AwsIamAccessKeySessionContextSessionIssuer
Information about the entity that created the session.
Instance Attribute Details
#attributes ⇒ Types::AwsIamAccessKeySessionContextAttributes
Attributes of the session that the key was used for.
13259 13260 13261 13262 13263 13264 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13259 class AwsIamAccessKeySessionContext < Struct.new( :attributes, :session_issuer) SENSITIVE = [] include Aws::Structure end |
#session_issuer ⇒ Types::AwsIamAccessKeySessionContextSessionIssuer
Information about the entity that created the session.
13259 13260 13261 13262 13263 13264 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13259 class AwsIamAccessKeySessionContext < Struct.new( :attributes, :session_issuer) SENSITIVE = [] include Aws::Structure end |