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)


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.

Returns:

  • (::Array[::String])


8683
8684
8685
# File 'sig/types.rbs', line 8683

def group_by_column_names
  @group_by_column_names
end

#pivot_configurationTypes::PivotConfiguration

Returns the value of attribute pivot_configuration.



8685
8686
8687
# File 'sig/types.rbs', line 8685

def pivot_configuration
  @pivot_configuration
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



8682
8683
8684
# File 'sig/types.rbs', line 8682

def source
  @source
end

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