Get Api Key Result
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)
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
Updates the description for the API key resource.
Link copied to clipboard
The optional timestamp for when the API key resource will expire in ISO 8601 format .
Link copied to clipboard
The API key restrictions for the API key resource.
Link copied to clipboard
The timestamp for when the API key resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.