Module: Aws::AmplifyBackend::Client::_DeleteBackendAPIResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteBackendAPIResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_id ⇒ ::String
- #backend_environment_name ⇒ ::String
- #job_id ⇒ ::String
- #operation ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#app_id ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def job_id: () -> ::String
|
#operation ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def operation: () -> ::String
|
#status ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def status: () -> ::String
|