Class: Aws::Types::PivotOperation
- Inherits:
-
Object
- Object
- Aws::Types::PivotOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#group_by_column_names ⇒ ::Array[::String]
Returns the value of attribute group_by_column_names.
-
#pivot_configuration ⇒ Types::PivotConfiguration
Returns the value of attribute pivot_configuration.
-
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
-
#value_column_configuration ⇒ Types::ValueColumnConfiguration
Returns the value of attribute value_column_configuration.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
8681 8682 8683 |
# File 'sig/types.rbs', line 8681 def alias @alias end |
#group_by_column_names ⇒ ::Array[::String]
Returns the value of attribute group_by_column_names.
8683 8684 8685 |
# File 'sig/types.rbs', line 8683 def group_by_column_names @group_by_column_names end |
#pivot_configuration ⇒ Types::PivotConfiguration
Returns the value of attribute pivot_configuration.
8685 8686 8687 |
# File 'sig/types.rbs', line 8685 def pivot_configuration @pivot_configuration end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
8682 8683 8684 |
# File 'sig/types.rbs', line 8682 def source @source end |
#value_column_configuration ⇒ Types::ValueColumnConfiguration
Returns the value of attribute value_column_configuration.
8684 8685 8686 |
# File 'sig/types.rbs', line 8684 def value_column_configuration @value_column_configuration end |