Module: Aws::AmplifyBackend::Client::_UpdateBackendJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBackendJobResponse]
- 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
637 |
# File 'sig/client.rbs', line 637
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
638 |
# File 'sig/client.rbs', line 638
def backend_environment_name: () -> ::String
|
#create_time ⇒ ::String
639 |
# File 'sig/client.rbs', line 639
def create_time: () -> ::String
|
#job_id ⇒ ::String
640 |
# File 'sig/client.rbs', line 640
def job_id: () -> ::String
|
#operation ⇒ ::String
641 |
# File 'sig/client.rbs', line 641
def operation: () -> ::String
|
#status ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def status: () -> ::String
|
#update_time ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def update_time: () -> ::String
|