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.
9032 9033 9034 |
# File 'sig/types.rbs', line 9032 def alias @alias end |
#group_by_column_names ⇒ ::Array[::String]
Returns the value of attribute group_by_column_names.
9034 9035 9036 |
# File 'sig/types.rbs', line 9034 def group_by_column_names @group_by_column_names end |
#pivot_configuration ⇒ Types::PivotConfiguration
Returns the value of attribute pivot_configuration.
9036 9037 9038 |
# File 'sig/types.rbs', line 9036 def pivot_configuration @pivot_configuration end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
9033 9034 9035 |
# File 'sig/types.rbs', line 9033 def source @source end |
#value_column_configuration ⇒ Types::ValueColumnConfiguration
Returns the value of attribute value_column_configuration.
9035 9036 9037 |
# File 'sig/types.rbs', line 9035 def value_column_configuration @value_column_configuration end |