Module: Aws::AmplifyBackend::Client::_UpdateBackendAuthResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBackendAuthResponse]
- 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
555 |
# File 'sig/client.rbs', line 555
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
557 |
# File 'sig/client.rbs', line 557
def job_id: () -> ::String
|
#operation ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def operation: () -> ::String
|
#status ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def status: () -> ::String
|