Class: Aws::Types::GetBackendResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBackendResponse
- 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.
637 638 639 |
# File 'sig/types.rbs', line 637 def amplify_feature_flags @amplify_feature_flags end |
#amplify_meta_config ⇒ ::String
Returns the value of attribute amplify_meta_config.
638 639 640 |
# File 'sig/types.rbs', line 638 def end |
#app_id ⇒ ::String
Returns the value of attribute app_id.
639 640 641 |
# File 'sig/types.rbs', line 639 def app_id @app_id end |
#app_name ⇒ ::String
Returns the value of attribute app_name.
640 641 642 |
# File 'sig/types.rbs', line 640 def app_name @app_name end |
#backend_environment_list ⇒ ::Array[::String]
Returns the value of attribute backend_environment_list.
641 642 643 |
# File 'sig/types.rbs', line 641 def backend_environment_list @backend_environment_list end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
642 643 644 |
# File 'sig/types.rbs', line 642 def backend_environment_name @backend_environment_name end |
#error ⇒ ::String
Returns the value of attribute error.
643 644 645 |
# File 'sig/types.rbs', line 643 def error @error end |