Class: Aws::Types::TransformStep
- Inherits:
-
Object
- Object
- Aws::Types::TransformStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_step ⇒ Types::AggregateOperation
Returns the value of attribute aggregate_step.
-
#append_step ⇒ Types::AppendOperation
Returns the value of attribute append_step.
-
#cast_column_types_step ⇒ Types::CastColumnTypesOperation
Returns the value of attribute cast_column_types_step.
-
#create_columns_step ⇒ Types::CreateColumnsOperation
Returns the value of attribute create_columns_step.
-
#filters_step ⇒ Types::FiltersOperation
Returns the value of attribute filters_step.
-
#import_table_step ⇒ Types::ImportTableOperation
Returns the value of attribute import_table_step.
-
#join_step ⇒ Types::JoinOperation
Returns the value of attribute join_step.
-
#pivot_step ⇒ Types::PivotOperation
Returns the value of attribute pivot_step.
-
#project_step ⇒ Types::ProjectOperation
Returns the value of attribute project_step.
-
#rename_columns_step ⇒ Types::RenameColumnsOperation
Returns the value of attribute rename_columns_step.
-
#unpivot_step ⇒ Types::UnpivotOperation
Returns the value of attribute unpivot_step.
Instance Attribute Details
#aggregate_step ⇒ Types::AggregateOperation
Returns the value of attribute aggregate_step.
12045 12046 12047 |
# File 'sig/types.rbs', line 12045 def aggregate_step @aggregate_step end |
#append_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::JoinOperation
Returns the value of attribute join_step.
12044 12045 12046 |
# File 'sig/types.rbs', line 12044 def join_step @join_step end |
#pivot_step ⇒ Types::PivotOperation
Returns the value of attribute pivot_step.
12046 12047 12048 |
# File 'sig/types.rbs', line 12046 def pivot_step @pivot_step end |
#project_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::UnpivotOperation
Returns the value of attribute unpivot_step.
12047 12048 12049 |
# File 'sig/types.rbs', line 12047 def unpivot_step @unpivot_step end |