Class: Aws::AmplifyBackend::Types::UpdateBackendAPIRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendAPIRequest
- Includes:
- Structure
- Defined in:
- 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
3028 3029 3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3028 class UpdateBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
3028 3029 3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3028 class UpdateBackendAPIRequest < 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.
3028 3029 3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3028 class UpdateBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
3028 3029 3030 3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3028 class UpdateBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |