Class: Aws::Deadline::Types::PathMappingRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::PathMappingRule
- 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
-
#destination_path ⇒ String
The destination path.
-
#source_path ⇒ String
The source path.
-
#source_path_format ⇒ String
The source path format.
Instance Attribute Details
#destination_path ⇒ String
The destination path.
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 ⇒ String
The source path.
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_format ⇒ String
The source path format.
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 |