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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859 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.
1859 1860 1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1859 class GetBackendAPIRespObj < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |