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.
12024 12025 12026 |
# File 'sig/types.rbs', line 12024 def cast_column_type_operation @cast_column_type_operation end |
#create_columns_operation ⇒ Types::CreateColumnsOperation
Returns the value of attribute create_columns_operation.
12022 12023 12024 |
# File 'sig/types.rbs', line 12022 def create_columns_operation @create_columns_operation end |
#filter_operation ⇒ Types::FilterOperation
Returns the value of attribute filter_operation.
12021 12022 12023 |
# File 'sig/types.rbs', line 12021 def filter_operation @filter_operation end |
#override_dataset_parameter_operation ⇒ Types::OverrideDatasetParameterOperation
Returns the value of attribute override_dataset_parameter_operation.
12027 12028 12029 |
# File 'sig/types.rbs', line 12027 def override_dataset_parameter_operation @override_dataset_parameter_operation end |
#project_operation ⇒ Types::ProjectOperation
Returns the value of attribute project_operation.
12020 12021 12022 |
# File 'sig/types.rbs', line 12020 def project_operation @project_operation end |
#rename_column_operation ⇒ Types::RenameColumnOperation
Returns the value of attribute rename_column_operation.
12023 12024 12025 |
# File 'sig/types.rbs', line 12023 def rename_column_operation @rename_column_operation end |
#tag_column_operation ⇒ Types::TagColumnOperation
Returns the value of attribute tag_column_operation.
12025 12026 12027 |
# File 'sig/types.rbs', line 12025 def tag_column_operation @tag_column_operation end |
#untag_column_operation ⇒ Types::UntagColumnOperation
Returns the value of attribute untag_column_operation.
12026 12027 12028 |
# File 'sig/types.rbs', line 12026 def untag_column_operation @untag_column_operation end |