Class: Aws::Types::StartRemoteMoveRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRemoteMoveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#source_path ⇒ ::String
Returns the value of attribute source_path.
-
#target_path ⇒ ::String
Returns the value of attribute target_path.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
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.
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.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def target_path @target_path end |