Module: Aws::AmplifyBackend::Client::_ImportBackendAuthResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportBackendAuthResponse]
- 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
452 |
# File 'sig/client.rbs', line 452
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
454 |
# File 'sig/client.rbs', line 454
def job_id: () -> ::String
|
#operation ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def operation: () -> ::String
|
#status ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def status: () -> ::String
|