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.
11655 11656 11657 |
# File 'sig/types.rbs', line 11655 def aggregate_step @aggregate_step end |
#append_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::JoinOperation
Returns the value of attribute join_step.
11654 11655 11656 |
# File 'sig/types.rbs', line 11654 def join_step @join_step end |
#pivot_step ⇒ Types::PivotOperation
Returns the value of attribute pivot_step.
11656 11657 11658 |
# File 'sig/types.rbs', line 11656 def pivot_step @pivot_step end |
#project_step ⇒ Types::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_step ⇒ Types::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_step ⇒ Types::UnpivotOperation
Returns the value of attribute unpivot_step.
11657 11658 11659 |
# File 'sig/types.rbs', line 11657 def unpivot_step @unpivot_step end |