Class: Aws::Types::PivotOperation

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)


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.

Returns:

  • (::Array[::String])


9034
9035
9036
# File 'sig/types.rbs', line 9034

def group_by_column_names
  @group_by_column_names
end

#pivot_configurationTypes::PivotConfiguration

Returns the value of attribute pivot_configuration.



9036
9037
9038
# File 'sig/types.rbs', line 9036

def pivot_configuration
  @pivot_configuration
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



9033
9034
9035
# File 'sig/types.rbs', line 9033

def source
  @source
end

#value_column_configurationTypes::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