Get Datastore Result
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)