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
1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1888 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1888 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1888 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.
1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1888 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
1888 1889 1890 1891 1892 1893 1894 1895 1896 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1888 class GetBackendAPIResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |