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

Class: Aws::CognitoIdentity::Types::Credentials

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

Overview

Credentials for the provided identity ID.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The Access Key portion of the credentials.

Returns:

  • (String)

    The Access Key portion of the credentials.

#expirationTime

The date at which these credentials will expire.

Returns:

  • (Time)

    The date at which these credentials will expire.

#secret_keyString

The Secret Access Key portion of the credentials

Returns:

  • (String)

    The Secret Access Key portion of the credentials.

#session_tokenString

The Session Token portion of the credentials

Returns:

  • (String)

    The Session Token portion of the credentials.