Class: Aws::Types::DataProcessing

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_filter::String

Returns the value of attribute input_filter.

Returns:

  • (::String)


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.

Returns:

  • ("Input", "None")


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.

Returns:

  • (::String)


3103
3104
3105
# File 'sig/types.rbs', line 3103

def output_filter
  @output_filter
end