Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContextAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAccessKeySessionContextAttributes
- Defined in:
- gems/aws-sdk-securityhub/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.
13286 13287 13288 13289 13290 13291 |
# File 'gems/aws-sdk-securityhub/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 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13286 class AwsIamAccessKeySessionContextAttributes < Struct.new( :mfa_authenticated, :creation_date) SENSITIVE = [] include Aws::Structure end |