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
fun GetDatastoreResult(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
Link copied to clipboard
val datastoreArn: String? = null
Link copied to clipboard
val datastoreId: String? = null
Link copied to clipboard
Link copied to clipboard
val updatedAt: String? = null