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.
542 543 544 |
# File 'sig/types.rbs', line 542 def input_paths_map @input_paths_map end |
#input_template ⇒ ::String
Returns the value of attribute input_template.
543 544 545 |
# File 'sig/types.rbs', line 543 def input_template @input_template end |