Class: Aws::Types::DataProcessing
- Inherits:
-
Object
- Object
- Aws::Types::DataProcessing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_filter ⇒ ::String
Returns the value of attribute input_filter.
-
#join_source ⇒ "Input", "None"
Returns the value of attribute join_source.
-
#output_filter ⇒ ::String
Returns the value of attribute output_filter.
Instance Attribute Details
#input_filter ⇒ ::String
Returns the value of attribute input_filter.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def input_filter @input_filter end |
#join_source ⇒ "Input", "None"
Returns the value of attribute join_source.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def join_source @join_source end |
#output_filter ⇒ ::String
Returns the value of attribute output_filter.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def output_filter @output_filter end |