Module: Aws::AmplifyBackend::Client::_DeleteBackendAuthResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteBackendAuthResponse]
- 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
285 |
# File 'sig/client.rbs', line 285
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def job_id: () -> ::String
|
#operation ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def operation: () -> ::String
|
#status ⇒ ::String
289 |
# File 'sig/client.rbs', line 289
def status: () -> ::String
|