CreateKeyResponse

Types

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

Properties

Link copied to clipboard

The timestamp for when the API key resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Link copied to clipboard
val key: String

The key value/string of an API key. This value is used when making API calls to authorize the call. For example, see GetMapGlyphs.

Link copied to clipboard

The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.

Link copied to clipboard

The name of the API key resource.

Functions

Link copied to clipboard
inline fun copy(block: CreateKeyResponse.Builder.() -> Unit = {}): CreateKeyResponse
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