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