Class: Aws::Transfer::Types::StartRemoteMoveResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#move_idString

Returns a unique identifier for the move/rename operation.

Returns:

  • (String)


6270
6271
6272
6273
6274
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6270

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