Class: Aws::AmplifyBackend::Types::GetBackendResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute 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
- #error ⇒ String
Instance Attribute Details
#amplify_feature_flags ⇒ String
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2150 class GetBackendResponse < 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
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2150 class GetBackendResponse < 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
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2150 class GetBackendResponse < 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
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2150 class GetBackendResponse < 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>
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2150 class GetBackendResponse < 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
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2150 class GetBackendResponse < 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
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2150 class GetBackendResponse < Struct.new( :amplify_feature_flags, :amplify_meta_config, :app_id, :app_name, :backend_environment_list, :backend_environment_name, :error) SENSITIVE = [] include Aws::Structure end |