Module: Aws::AmplifyBackend::Client::_GetBackendJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBackendJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_id ⇒ ::String
- #backend_environment_name ⇒ ::String
- #create_time ⇒ ::String
- #job_id ⇒ ::String
- #operation ⇒ ::String
- #status ⇒ ::String
- #update_time ⇒ ::String
Instance Method Details
#app_id ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def backend_environment_name: () -> ::String
|
#create_time ⇒ ::String
407 |
# File 'sig/client.rbs', line 407
def create_time: () -> ::String
|
#job_id ⇒ ::String
408 |
# File 'sig/client.rbs', line 408
def job_id: () -> ::String
|
#operation ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def operation: () -> ::String
|
#status ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def status: () -> ::String
|
#update_time ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def update_time: () -> ::String
|