Class: Aws::AmplifyBackend::Types::CreateBackendAPIReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendAPIReqObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource configuration for this request.
-
#resource_name ⇒ String
The name of this resource.
Instance Attribute Details
#backend_environment_name ⇒ String
The name of the backend environment.
636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 636 class CreateBackendAPIReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource configuration for this request.
636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 636 class CreateBackendAPIReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of this resource.
636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 636 class CreateBackendAPIReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |