Module: Aws::AmplifyBackend::Client::_CreateBackendAPIResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBackendAPIResponse]
- 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
118 |
# File 'sig/client.rbs', line 118
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def job_id: () -> ::String
|
#operation ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def operation: () -> ::String
|
#status ⇒ ::String
122 |
# File 'sig/client.rbs', line 122
def status: () -> ::String
|