Class: Aws::AmplifyBackend::Types::GetBackendAPIRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendAPIRespObj
- 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
-
#app_id ⇒ String
The app ID.
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#error ⇒ String
If the request fails, this error is returned.
-
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource configuration for this response object.
-
#resource_name ⇒ String
The name of this resource.
Instance Attribute Details
#app_id ⇒ String
The app ID.
2541 2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2541 class GetBackendAPIRespObj < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
The name of the backend environment.
2541 2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2541 class GetBackendAPIRespObj < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
If the request fails, this error is returned.
2541 2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2541 class GetBackendAPIRespObj < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource configuration for this response object.
2541 2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2541 class GetBackendAPIRespObj < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of this resource.
2541 2542 2543 2544 2545 2546 2547 2548 2549 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2541 class GetBackendAPIRespObj < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |