Class: Aws::Types::GetBackendRespObj
- Inherits:
-
Object
- Object
- Aws::Types::GetBackendRespObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amplify_feature_flags ⇒ ::String
Returns the value of attribute amplify_feature_flags.
-
#amplify_meta_config ⇒ ::String
Returns the value of attribute amplify_meta_config.
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#app_name ⇒ ::String
Returns the value of attribute app_name.
-
#backend_environment_list ⇒ ::Array[::String]
Returns the value of attribute backend_environment_list.
-
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
-
#error ⇒ ::String
Returns the value of attribute error.
Instance Attribute Details
#amplify_feature_flags ⇒ ::String
Returns the value of attribute amplify_feature_flags.
626 627 628 |
# File 'sig/types.rbs', line 626 def amplify_feature_flags @amplify_feature_flags end |
#amplify_meta_config ⇒ ::String
Returns the value of attribute amplify_meta_config.
627 628 629 |
# File 'sig/types.rbs', line 627 def @amplify_meta_config end |
#app_id ⇒ ::String
Returns the value of attribute app_id.
628 629 630 |
# File 'sig/types.rbs', line 628 def app_id @app_id end |
#app_name ⇒ ::String
Returns the value of attribute app_name.
629 630 631 |
# File 'sig/types.rbs', line 629 def app_name @app_name end |
#backend_environment_list ⇒ ::Array[::String]
Returns the value of attribute backend_environment_list.
630 631 632 |
# File 'sig/types.rbs', line 630 def backend_environment_list @backend_environment_list end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
631 632 633 |
# File 'sig/types.rbs', line 631 def backend_environment_name @backend_environment_name end |
#error ⇒ ::String
Returns the value of attribute error.
632 633 634 |
# File 'sig/types.rbs', line 632 def error @error end |