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

Class: Aws::SSO::Types::RoleCredentials

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

Overview

Provides information about the role credentials that are assigned to the user.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The identifier used for the temporary security credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.

Returns:

  • (String)

    The identifier used for the temporary security credentials.

#expirationInteger

The date on which temporary security credentials expire.

Returns:

  • (Integer)

    The date on which temporary security credentials expire.

#secret_access_keyString

The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.

Returns:

  • (String)

    The key that is used to sign the request.

#session_tokenString

The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the AWS IAM User Guide.

Returns:

  • (String)

    The token used for temporary credentials.