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

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

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.

Returns:

  • (String)


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_authenticatedBoolean

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

Returns:

  • (Boolean)


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