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.
13425 13426 13427 13428 13429 13430 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13425 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).
13425 13426 13427 13428 13429 13430 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13425 class AwsIamAccessKeySessionContextAttributes < Struct.new( :mfa_authenticated, :creation_date) SENSITIVE = [] include Aws::Structure end |