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