Class: Aws::Deadline::Types::PathMappingRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::PathMappingRule
- Defined in:
- gems/aws-sdk-deadline/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.
7158 7159 7160 7161 7162 7163 7164 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7158 class PathMappingRule < Struct.new( :source_path_format, :source_path, :destination_path) SENSITIVE = [] include Aws::Structure end |
#source_path ⇒ String
The source path.
7158 7159 7160 7161 7162 7163 7164 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7158 class PathMappingRule < Struct.new( :source_path_format, :source_path, :destination_path) SENSITIVE = [] include Aws::Structure end |
#source_path_format ⇒ String
The source path format.
7158 7159 7160 7161 7162 7163 7164 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7158 class PathMappingRule < Struct.new( :source_path_format, :source_path, :destination_path) SENSITIVE = [] include Aws::Structure end |