Class: Aws::Types::UnpivotOperation
- Inherits:
-
Object
- Object
- Aws::Types::UnpivotOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#columns_to_unpivot ⇒ ::Array[Types::ColumnToUnpivot]
Returns the value of attribute columns_to_unpivot.
-
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
-
#unpivoted_label_column_id ⇒ ::String
Returns the value of attribute unpivoted_label_column_id.
-
#unpivoted_label_column_name ⇒ ::String
Returns the value of attribute unpivoted_label_column_name.
-
#unpivoted_value_column_id ⇒ ::String
Returns the value of attribute unpivoted_value_column_id.
-
#unpivoted_value_column_name ⇒ ::String
Returns the value of attribute unpivoted_value_column_name.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
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.
11785 11786 11787 |
# File 'sig/types.rbs', line 11785 def columns_to_unpivot @columns_to_unpivot end |
#source ⇒ Types::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.
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.
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.
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.
11788 11789 11790 |
# File 'sig/types.rbs', line 11788 def unpivoted_value_column_name @unpivoted_value_column_name end |