Module: Aws::AmplifyBackend::Client::_CloneBackendResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CloneBackendResponse]
- 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
83 |
# File 'sig/client.rbs', line 83
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def job_id: () -> ::String
|
#operation ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def operation: () -> ::String
|
#status ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def status: () -> ::String
|