class Aws::SecurityHub::Types::AwsIamAccessKeySessionContext

Provides information about the session that the key was used for.

@note When making an API call, you may pass AwsIamAccessKeySessionContext

data as a hash:

    {
      attributes: {
        mfa_authenticated: false,
        creation_date: "NonEmptyString",
      },
      session_issuer: {
        type: "NonEmptyString",
        principal_id: "NonEmptyString",
        arn: "NonEmptyString",
        account_id: "NonEmptyString",
        user_name: "NonEmptyString",
      },
    }

@!attribute [rw] attributes

Attributes of the session that the key was used for.
@return [Types::AwsIamAccessKeySessionContextAttributes]

@!attribute [rw] session_issuer

Information about the entity that created the session.
@return [Types::AwsIamAccessKeySessionContextSessionIssuer]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamAccessKeySessionContext AWS API Documentation

Constants

SENSITIVE