Class: Aws::AmplifyBackend::Types::CloneBackendReqObj

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplifybackend/types.rb

Overview

The request object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_environment_nameString

The name of the destination backend environment to be created.

Returns:

  • (String)


525
526
527
528
529
# File 'lib/aws-sdk-amplifybackend/types.rb', line 525

class CloneBackendReqObj < Struct.new(
  :target_environment_name)
  SENSITIVE = []
  include Aws::Structure
end