class Aws::STS::Types::Credentials

Amazon Web Services credentials for API authentication.

@!attribute [rw] access_key_id

The access key ID that identifies the temporary security
credentials.
@return [String]

@!attribute [rw] secret_access_key

The secret access key that can be used to sign requests.
@return [String]

@!attribute [rw] session_token

The token that users must pass to the service API to use the
temporary credentials.
@return [String]

@!attribute [rw] expiration

The date on which the current credentials expire.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/Credentials AWS API Documentation