GetDatastoreResult

data class GetDatastoreResult(val createdAt: String? = null, val datastoreArn: String? = null, val datastoreId: String? = null, val datastoreStatus: DatastoreStatus? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, datastoreArn: String? = null, datastoreId: String? = null, datastoreStatus: DatastoreStatus? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp when the data store was created.

Link copied to clipboard
val datastoreArn: String? = null

The Amazon Resource Name (ARN) for the data store.

Link copied to clipboard
val datastoreId: String? = null

The data store identifier.

Link copied to clipboard

The data store status.

Link copied to clipboard
val updatedAt: String? = null

The timestamp when the data store was last updated.