Class: Aws::Types::TransformOperation
- Inherits:
-
Object
- Object
- Aws::Types::TransformOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cast_column_type_operation ⇒ Types::CastColumnTypeOperation
Returns the value of attribute cast_column_type_operation.
-
#create_columns_operation ⇒ Types::CreateColumnsOperation
Returns the value of attribute create_columns_operation.
-
#filter_operation ⇒ Types::FilterOperation
Returns the value of attribute filter_operation.
-
#override_dataset_parameter_operation ⇒ Types::OverrideDatasetParameterOperation
Returns the value of attribute override_dataset_parameter_operation.
-
#project_operation ⇒ Types::ProjectOperation
Returns the value of attribute project_operation.
-
#rename_column_operation ⇒ Types::RenameColumnOperation
Returns the value of attribute rename_column_operation.
-
#tag_column_operation ⇒ Types::TagColumnOperation
Returns the value of attribute tag_column_operation.
-
#untag_column_operation ⇒ Types::UntagColumnOperation
Returns the value of attribute untag_column_operation.
Instance Attribute Details
#cast_column_type_operation ⇒ Types::CastColumnTypeOperation
Returns the value of attribute cast_column_type_operation.
11634 11635 11636 |
# File 'sig/types.rbs', line 11634 def cast_column_type_operation @cast_column_type_operation end |
#create_columns_operation ⇒ Types::CreateColumnsOperation
Returns the value of attribute create_columns_operation.
11632 11633 11634 |
# File 'sig/types.rbs', line 11632 def create_columns_operation @create_columns_operation end |
#filter_operation ⇒ Types::FilterOperation
Returns the value of attribute filter_operation.
11631 11632 11633 |
# File 'sig/types.rbs', line 11631 def filter_operation @filter_operation end |
#override_dataset_parameter_operation ⇒ Types::OverrideDatasetParameterOperation
Returns the value of attribute override_dataset_parameter_operation.
11637 11638 11639 |
# File 'sig/types.rbs', line 11637 def override_dataset_parameter_operation @override_dataset_parameter_operation end |
#project_operation ⇒ Types::ProjectOperation
Returns the value of attribute project_operation.
11630 11631 11632 |
# File 'sig/types.rbs', line 11630 def project_operation @project_operation end |
#rename_column_operation ⇒ Types::RenameColumnOperation
Returns the value of attribute rename_column_operation.
11633 11634 11635 |
# File 'sig/types.rbs', line 11633 def rename_column_operation @rename_column_operation end |
#tag_column_operation ⇒ Types::TagColumnOperation
Returns the value of attribute tag_column_operation.
11635 11636 11637 |
# File 'sig/types.rbs', line 11635 def tag_column_operation @tag_column_operation end |
#untag_column_operation ⇒ Types::UntagColumnOperation
Returns the value of attribute untag_column_operation.
11636 11637 11638 |
# File 'sig/types.rbs', line 11636 def untag_column_operation @untag_column_operation end |