Class: Aws::AmplifyBackend::Types::GetBackendRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amplify_feature_flags ⇒ String
A stringified version of the cli.json file for your Amplify project.
-
#amplify_meta_config ⇒ String
A stringified version of the current configs for your Amplify project.
-
#app_id ⇒ String
The app ID.
-
#app_name ⇒ String
The name of the app.
-
#backend_environment_list ⇒ Array<String>
A list of backend environments in an array.
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#error ⇒ String
If the request failed, this is the returned error.
Instance Attribute Details
#amplify_feature_flags ⇒ String
A stringified version of the cli.json file for your Amplify project.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2115 class GetBackendRespObj < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |
#amplify_meta_config ⇒ String
A stringified version of the current configs for your Amplify project.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2115 class GetBackendRespObj < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |
#app_id ⇒ String
The app ID.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2115 class GetBackendRespObj < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |
#app_name ⇒ String
The name of the app.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2115 class GetBackendRespObj < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |
#backend_environment_list ⇒ Array<String>
A list of backend environments in an array.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2115 class GetBackendRespObj < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
The name of the backend environment.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2115 class GetBackendRespObj < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
If the request failed, this is the returned error.
2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2115 class GetBackendRespObj < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |