GetFhirDatastoreResult

data class GetFhirDatastoreResult(val createdAt: FhirDatastoreCreatedAt? = null, val datastoreArn: String? = null, val datastoreEndpoint: String? = null, val datastoreId: String? = null, val datastoreStatus: FhirDatastoreDatastoreStatus? = null, val tags: List<FhirDatastoreTag>? = null)

Constructors

Link copied to clipboard
fun GetFhirDatastoreResult(createdAt: FhirDatastoreCreatedAt? = null, datastoreArn: String? = null, datastoreEndpoint: String? = null, datastoreId: String? = null, datastoreStatus: FhirDatastoreDatastoreStatus? = null, tags: List<FhirDatastoreTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val datastoreArn: String? = null
Link copied to clipboard
Link copied to clipboard
val datastoreId: String? = null
Link copied to clipboard
Link copied to clipboard
val tags: List<FhirDatastoreTag>? = null