Credentials

The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access key ID that identifies the temporary security credentials.

Link copied to clipboard

The datetime on which the current credentials expire.

Link copied to clipboard

The secret access key that can be used to sign requests.

Link copied to clipboard

The token that users must pass to the service API to use the temporary credentials.

Functions

Link copied to clipboard
inline fun copy(block: Credentials.Builder.() -> Unit = {}): Credentials
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String