Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAccessKeySessionContext
- Includes:
- Aws::Structure
- Defined in:
- 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.
13649 13650 13651 13652 13653 13654 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13649 class AwsIamAccessKeySessionContext < Struct.new( :attributes, :session_issuer) SENSITIVE = [] include Aws::Structure end |
#session_issuer ⇒ Types::AwsIamAccessKeySessionContextSessionIssuer
Information about the entity that created the session.
13649 13650 13651 13652 13653 13654 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13649 class AwsIamAccessKeySessionContext < Struct.new( :attributes, :session_issuer) SENSITIVE = [] include Aws::Structure end |