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.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def input_filter @input_filter end |
#join_source ⇒ "Input", "None"
Returns the value of attribute join_source.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def join_source @join_source end |
#output_filter ⇒ ::String
Returns the value of attribute output_filter.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def output_filter @output_filter end |