Class: Aws::Types::Aggregation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_functionTypes::DataPrepAggregationFunction

Returns the value of attribute aggregation_function.



167
168
169
# File 'sig/types.rbs', line 167

def aggregation_function
  @aggregation_function
end

#new_column_id::String

Returns the value of attribute new_column_id.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def new_column_id
  @new_column_id
end

#new_column_name::String

Returns the value of attribute new_column_name.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def new_column_name
  @new_column_name
end