Class: Aws::AmplifyBackend::Types::GetBackendAPIRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendAPIRequest
- 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
-
#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
1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1826 class GetBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1826 class GetBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :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.
1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1826 class GetBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1826 class GetBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |