Class: Aws::Types::UnpivotOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


11783
11784
11785
# File 'sig/types.rbs', line 11783

def alias
  @alias
end

#columns_to_unpivot::Array[Types::ColumnToUnpivot]

Returns the value of attribute columns_to_unpivot.

Returns:



11785
11786
11787
# File 'sig/types.rbs', line 11785

def columns_to_unpivot
  @columns_to_unpivot
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



11784
11785
11786
# File 'sig/types.rbs', line 11784

def source
  @source
end

#unpivoted_label_column_id::String

Returns the value of attribute unpivoted_label_column_id.

Returns:

  • (::String)


11787
11788
11789
# File 'sig/types.rbs', line 11787

def unpivoted_label_column_id
  @unpivoted_label_column_id
end

#unpivoted_label_column_name::String

Returns the value of attribute unpivoted_label_column_name.

Returns:

  • (::String)


11786
11787
11788
# File 'sig/types.rbs', line 11786

def unpivoted_label_column_name
  @unpivoted_label_column_name
end

#unpivoted_value_column_id::String

Returns the value of attribute unpivoted_value_column_id.

Returns:

  • (::String)


11789
11790
11791
# File 'sig/types.rbs', line 11789

def unpivoted_value_column_id
  @unpivoted_value_column_id
end

#unpivoted_value_column_name::String

Returns the value of attribute unpivoted_value_column_name.

Returns:

  • (::String)


11788
11789
11790
# File 'sig/types.rbs', line 11788

def unpivoted_value_column_name
  @unpivoted_value_column_name
end