Module: Aws::AmplifyBackend::Client::_GetBackendAPIResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBackendAPIResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_id ⇒ ::String
- #backend_environment_name ⇒ ::String
- #resource_config ⇒ Types::BackendAPIResourceConfig
- #resource_name ⇒ ::String
Instance Method Details
#app_id ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def app_id: () -> ::String
|
#backend_environment_name ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def backend_environment_name: () -> ::String
|
#resource_config ⇒ Types::BackendAPIResourceConfig
362 |
# File 'sig/client.rbs', line 362
def resource_config: () -> Types::BackendAPIResourceConfig
|
#resource_name ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def resource_name: () -> ::String
|