Class: Aws::Types::StartRemoteMoveRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#connector_id::String

Returns the value of attribute connector_id.

Returns:



1259
1260
1261
# File 'sig/types.rbs', line 1259

def connector_id
  @connector_id
end

#source_path::String

Returns the value of attribute source_path.

Returns:



1260
1261
1262
# File 'sig/types.rbs', line 1260

def source_path
  @source_path
end

#target_path::String

Returns the value of attribute target_path.

Returns:



1261
1262
1263
# File 'sig/types.rbs', line 1261

def target_path
  @target_path
end