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
183 |
# File 'sig/client.rbs', line 183
def datastore_arn: () -> ::String
|
#datastore_endpoint ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def datastore_endpoint: () -> ::String
|
#datastore_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def datastore_id: () -> ::String
|
#datastore_status ⇒ "CREATING", ...
184 |
# File 'sig/client.rbs', line 184
def datastore_status: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED")
|