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.



11655
11656
11657
# File 'sig/types.rbs', line 11655

def aggregate_step
  @aggregate_step
end

#append_stepTypes::AppendOperation

Returns the value of attribute append_step.



11658
11659
11660
# File 'sig/types.rbs', line 11658

def append_step
  @append_step
end

#cast_column_types_stepTypes::CastColumnTypesOperation

Returns the value of attribute cast_column_types_step.



11653
11654
11655
# File 'sig/types.rbs', line 11653

def cast_column_types_step
  @cast_column_types_step
end

#create_columns_stepTypes::CreateColumnsOperation

Returns the value of attribute create_columns_step.



11651
11652
11653
# File 'sig/types.rbs', line 11651

def create_columns_step
  @create_columns_step
end

#filters_stepTypes::FiltersOperation

Returns the value of attribute filters_step.



11650
11651
11652
# File 'sig/types.rbs', line 11650

def filters_step
  @filters_step
end

#import_table_stepTypes::ImportTableOperation

Returns the value of attribute import_table_step.



11648
11649
11650
# File 'sig/types.rbs', line 11648

def import_table_step
  @import_table_step
end

#join_stepTypes::JoinOperation

Returns the value of attribute join_step.



11654
11655
11656
# File 'sig/types.rbs', line 11654

def join_step
  @join_step
end

#pivot_stepTypes::PivotOperation

Returns the value of attribute pivot_step.



11656
11657
11658
# File 'sig/types.rbs', line 11656

def pivot_step
  @pivot_step
end

#project_stepTypes::ProjectOperation

Returns the value of attribute project_step.



11649
11650
11651
# File 'sig/types.rbs', line 11649

def project_step
  @project_step
end

#rename_columns_stepTypes::RenameColumnsOperation

Returns the value of attribute rename_columns_step.



11652
11653
11654
# File 'sig/types.rbs', line 11652

def rename_columns_step
  @rename_columns_step
end

#unpivot_stepTypes::UnpivotOperation

Returns the value of attribute unpivot_step.



11657
11658
11659
# File 'sig/types.rbs', line 11657

def unpivot_step
  @unpivot_step
end