Class: Aws::Types::TransformOperation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cast_column_type_operationTypes::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_operationTypes::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_operationTypes::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_operationTypes::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_operationTypes::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_operationTypes::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_operationTypes::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_operationTypes::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