GetApiKeyResult

data class GetApiKeyResult(val arn: String? = null, val createTime: String? = null, val description: String? = null, val expireTime: String? = null, val keyArn: String? = null, val restrictions: ApiKeyRestrictions? = null, val tags: List<Tag>? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createTime: String? = null, description: String? = null, expireTime: String? = null, keyArn: String? = null, restrictions: ApiKeyRestrictions? = null, tags: List<Tag>? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val createTime: String? = null

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 description: String? = null

Updates the description for the API key resource.

Link copied to clipboard
val expireTime: String? = null

The optional timestamp for when the API key resource will expire in ISO 8601 format .

Link copied to clipboard
val keyArn: String? = null

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

Link copied to clipboard

The API key restrictions for the API key resource.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updateTime: String? = null

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