Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContextAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAccessKeySessionContextAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Attributes of the session that the key was used for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ String
Indicates when the session was created.
-
#mfa_authenticated ⇒ Boolean
Indicates whether the session used multi-factor authentication (MFA).
Instance Attribute Details
#creation_date ⇒ String
Indicates when the session was created.
For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps
13286 13287 13288 13289 13290 13291 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13286 class AwsIamAccessKeySessionContextAttributes < Struct.new( :mfa_authenticated, :creation_date) SENSITIVE = [] include Aws::Structure end |
#mfa_authenticated ⇒ Boolean
Indicates whether the session used multi-factor authentication (MFA).
13286 13287 13288 13289 13290 13291 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13286 class AwsIamAccessKeySessionContextAttributes < Struct.new( :mfa_authenticated, :creation_date) SENSITIVE = [] include Aws::Structure end |