Class: Aws::AmplifyBackend::Types::GetBackendAPIResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendAPIResponse
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #app_id ⇒ String
- #backend_environment_name ⇒ String
- #error ⇒ String
-
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource config for the data model, configured as a part of the Amplify project.
- #resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
2570 2571 2572 2573 2574 2575 2576 2577 2578 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2570 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2570 2571 2572 2573 2574 2575 2576 2577 2578 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2570 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
2570 2571 2572 2573 2574 2575 2576 2577 2578 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2570 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource config for the data model, configured as a part of the Amplify project.
2570 2571 2572 2573 2574 2575 2576 2577 2578 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2570 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2570 2571 2572 2573 2574 2575 2576 2577 2578 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2570 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |