Module: Aws::HealthLake::Client::_RestoreFHIRDatastoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestoreFHIRDatastoreResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #datastore_arn ⇒ ::String
- #datastore_endpoint ⇒ ::String
- #datastore_id ⇒ ::String
- #datastore_status ⇒ "CREATING", ...
Instance Method Details
#datastore_arn ⇒ ::String
379 |
# File 'sig/client.rbs', line 379 def datastore_arn: () -> ::String |
#datastore_endpoint ⇒ ::String
381 |
# File 'sig/client.rbs', line 381 def datastore_endpoint: () -> ::String |
#datastore_id ⇒ ::String
378 |
# File 'sig/client.rbs', line 378 def datastore_id: () -> ::String |
#datastore_status ⇒ "CREATING", ...
380 |
# File 'sig/client.rbs', line 380 def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED") |