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

Class: Aws::SecurityHub::Types::AwsIamAccessKeySessionContextSessionIssuer

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

Overview

Note:

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

{
  type: "NonEmptyString",
  principal_id: "NonEmptyString",
  arn: "NonEmptyString",
  account_id: "NonEmptyString",
  user_name: "NonEmptyString",
}

Information about the entity that created the session.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the AWS account that created the session.

Returns:

  • (String)

    The identifier of the AWS account that created the session.

#arnString

The ARN of the session.

Returns:

  • (String)

    The ARN of the session.

#principal_idString

The principal ID of the principal (user, role, or group) that created the session.

Returns:

  • (String)

    The principal ID of the principal (user, role, or group) that created the session.

#typeString

The type of principal (user, role, or group) that created the session.

Returns:

  • (String)

    The type of principal (user, role, or group) that created the session.

#user_nameString

The name of the principal that created the session.

Returns:

  • (String)

    The name of the principal that created the session.