GetAccessKeysAccessKey

data class GetAccessKeysAccessKey(val accessKeyId: String, val createDate: String, val status: String)

Constructors

Link copied to clipboard
constructor(accessKeyId: String, createDate: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access key ID.

Link copied to clipboard

Date and time in RFC3339 format that the access key was created.

Link copied to clipboard

Access key status. Possible values are Active and Inactive.