Class: Aws::Deadline::Types::PathMappingRule

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The details of a source and destination path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_pathString

The destination path.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'lib/aws-sdk-deadline/types.rb', line 6553

class PathMappingRule < Struct.new(
  :source_path_format,
  :source_path,
  :destination_path)
  SENSITIVE = []
  include Aws::Structure
end

#source_pathString

The source path.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'lib/aws-sdk-deadline/types.rb', line 6553

class PathMappingRule < Struct.new(
  :source_path_format,
  :source_path,
  :destination_path)
  SENSITIVE = []
  include Aws::Structure
end

#source_path_formatString

The source path format.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'lib/aws-sdk-deadline/types.rb', line 6553

class PathMappingRule < Struct.new(
  :source_path_format,
  :source_path,
  :destination_path)
  SENSITIVE = []
  include Aws::Structure
end