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.



11634
11635
11636
# File 'sig/types.rbs', line 11634

def cast_column_type_operation
  @cast_column_type_operation
end

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