Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContextAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_dateString

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

Returns:

  • (String)


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_authenticatedBoolean

Indicates whether the session used multi-factor authentication (MFA).

Returns:

  • (Boolean)


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