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)


3119
3120
3121
# File 'sig/types.rbs', line 3119

def input_filter
  @input_filter
end

#join_source"Input", "None"

Returns the value of attribute join_source.

Returns:

  • ("Input", "None")


3121
3122
3123
# File 'sig/types.rbs', line 3121

def join_source
  @join_source
end

#output_filter::String

Returns the value of attribute output_filter.

Returns:

  • (::String)


3120
3121
3122
# File 'sig/types.rbs', line 3120

def output_filter
  @output_filter
end