Module: Aws::AmplifyBackend::Client::_GetBackendResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBackendResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #amplify_feature_flags ⇒ ::String
- #amplify_meta_config ⇒ ::String
- #app_id ⇒ ::String
- #app_name ⇒ ::String
- #backend_environment_list ⇒ ::Array[::String]
- #backend_environment_name ⇒ ::String
Instance Method Details
#amplify_feature_flags ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def amplify_feature_flags: () -> ::String
|
#amplify_meta_config ⇒ ::String
345 |
# File 'sig/client.rbs', line 345
def amplify_meta_config: () -> ::String
|
#app_id ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def app_id: () -> ::String
|
#app_name ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def app_name: () -> ::String
|
#backend_environment_list ⇒ ::Array[::String]
348 |
# File 'sig/client.rbs', line 348
def backend_environment_list: () -> ::Array[::String]
|
#backend_environment_name ⇒ ::String
349 |
# File 'sig/client.rbs', line 349
def backend_environment_name: () -> ::String
|