GetKeyResult

data class GetKeyResult(val arn: String, val createdDate: String, val customerId: String, val description: String, val enabled: Boolean, val id: String, val lastUpdatedDate: String, val name: String, val tags: Map<String, String>, val value: String)

A collection of values returned by getKey.

Constructors

Link copied to clipboard
constructor(arn: String, createdDate: String, customerId: String, description: String, enabled: Boolean, id: String, lastUpdatedDate: String, name: String, tags: Map<String, String>, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

Date and time when the API Key was created.

Link copied to clipboard

Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.

Link copied to clipboard

Description of the API Key.

Link copied to clipboard

Whether the API Key is enabled.

Link copied to clipboard
val id: String

Set to the ID of the API Key.

Link copied to clipboard

Date and time when the API Key was last updated.

Link copied to clipboard

Set to the name of the API Key.

Link copied to clipboard

Map of tags for the resource.

Link copied to clipboard

Set to the value of the API Key.