Class: Aws::Types::TransformStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_stepTypes::AggregateOperation

Returns the value of attribute aggregate_step.



12045
12046
12047
# File 'sig/types.rbs', line 12045

def aggregate_step
  @aggregate_step
end

#append_stepTypes::AppendOperation

Returns the value of attribute append_step.



12048
12049
12050
# File 'sig/types.rbs', line 12048

def append_step
  @append_step
end

#cast_column_types_stepTypes::CastColumnTypesOperation

Returns the value of attribute cast_column_types_step.



12043
12044
12045
# File 'sig/types.rbs', line 12043

def cast_column_types_step
  @cast_column_types_step
end

#create_columns_stepTypes::CreateColumnsOperation

Returns the value of attribute create_columns_step.



12041
12042
12043
# File 'sig/types.rbs', line 12041

def create_columns_step
  @create_columns_step
end

#filters_stepTypes::FiltersOperation

Returns the value of attribute filters_step.



12040
12041
12042
# File 'sig/types.rbs', line 12040

def filters_step
  @filters_step
end

#import_table_stepTypes::ImportTableOperation

Returns the value of attribute import_table_step.



12038
12039
12040
# File 'sig/types.rbs', line 12038

def import_table_step
  @import_table_step
end

#join_stepTypes::JoinOperation

Returns the value of attribute join_step.



12044
12045
12046
# File 'sig/types.rbs', line 12044

def join_step
  @join_step
end

#pivot_stepTypes::PivotOperation

Returns the value of attribute pivot_step.



12046
12047
12048
# File 'sig/types.rbs', line 12046

def pivot_step
  @pivot_step
end

#project_stepTypes::ProjectOperation

Returns the value of attribute project_step.



12039
12040
12041
# File 'sig/types.rbs', line 12039

def project_step
  @project_step
end

#rename_columns_stepTypes::RenameColumnsOperation

Returns the value of attribute rename_columns_step.



12042
12043
12044
# File 'sig/types.rbs', line 12042

def rename_columns_step
  @rename_columns_step
end

#unpivot_stepTypes::UnpivotOperation

Returns the value of attribute unpivot_step.



12047
12048
12049
# File 'sig/types.rbs', line 12047

def unpivot_step
  @unpivot_step
end