Module: Aws::AmplifyBackend::Client::_UpdateBackendAPIResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBackendAPIResponse]
- 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
538 |
# File 'sig/client.rbs', line 538
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def job_id: () -> ::String
|
#operation ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def operation: () -> ::String
|
#status ⇒ ::String
542 |
# File 'sig/client.rbs', line 542
def status: () -> ::String
|