Module: Aws::HealthLake::Client::_DeleteFHIRDatastoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteFHIRDatastoreResponse]
- 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
177 |
# File 'sig/client.rbs', line 177
def datastore_arn: () -> ::String
|
#datastore_endpoint ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def datastore_endpoint: () -> ::String
|
#datastore_id ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def datastore_id: () -> ::String
|
#datastore_status ⇒ "CREATING", ...
178 |
# File 'sig/client.rbs', line 178
def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|