Class: Aws::Types::PathMappingRule
- Inherits:
-
Object
- Object
- Aws::Types::PathMappingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
-
#source_path ⇒ ::String
Returns the value of attribute source_path.
-
#source_path_format ⇒ "windows", "posix"
Returns the value of attribute source_path_format.
Instance Attribute Details
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def destination_path @destination_path end |
#source_path ⇒ ::String
Returns the value of attribute source_path.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def source_path @source_path end |
#source_path_format ⇒ "windows", "posix"
Returns the value of attribute source_path_format.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def source_path_format @source_path_format end |