Class: Aws::Types::PathMappingRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_path::String

Returns the value of attribute destination_path.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("windows", "posix")


2448
2449
2450
# File 'sig/types.rbs', line 2448

def source_path_format
  @source_path_format
end