Module: Aws::AmplifyBackend::Client::_GenerateBackendAPIModelsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GenerateBackendAPIModelsResponse]
- 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
328 |
# File 'sig/client.rbs', line 328
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def job_id: () -> ::String
|
#operation ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def operation: () -> ::String
|
#status ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def status: () -> ::String
|