You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsIamAccessKeySessionContextAttributes as input to an Aws::Client method, you can use a vanilla Hash:

{
  mfa_authenticated: false,
  creation_date: "NonEmptyString",
}

Attributes of the session that the key was used for.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateString

Indicates when the session was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the session was created.

#mfa_authenticatedBoolean

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

Returns:

  • (Boolean)

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