Class: Aws::Types::InputTransformer
- Inherits:
-
Object
- Object
- Aws::Types::InputTransformer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_paths_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute input_paths_map.
-
#input_template ⇒ ::String
Returns the value of attribute input_template.
Instance Attribute Details
#input_paths_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute input_paths_map.
676 677 678 |
# File 'sig/types.rbs', line 676 def input_paths_map @input_paths_map end |
#input_template ⇒ ::String
Returns the value of attribute input_template.
677 678 679 |
# File 'sig/types.rbs', line 677 def input_template @input_template end |