Module: Aws::AmplifyBackend::Client::_CreateBackendAuthResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBackendAuthResponse]
- 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
135 |
# File 'sig/client.rbs', line 135
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def backend_environment_name: () -> ::String
|
#job_id ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def job_id: () -> ::String
|
#operation ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def operation: () -> ::String
|
#status ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def status: () -> ::String
|