Class: Aws::AmplifyBackend::Types::CloneBackendReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CloneBackendReqObj
- 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
-
#target_environment_name ⇒ String
The name of the destination backend environment to be created.
Instance Attribute Details
#target_environment_name ⇒ String
The name of the destination backend environment to be created.
525 526 527 528 529 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 525 class CloneBackendReqObj < Struct.new( :target_environment_name) SENSITIVE = [] include Aws::Structure end |