Class: Aws::Types::AttributeAggregationFunction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#simple_attribute_aggregation"UNIQUE_VALUE"

Returns the value of attribute simple_attribute_aggregation.

Returns:

  • ("UNIQUE_VALUE")


744
745
746
# File 'sig/types.rbs', line 744

def simple_attribute_aggregation
  @simple_attribute_aggregation
end

#value_for_multiple_values::String

Returns the value of attribute value_for_multiple_values.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def value_for_multiple_values
  @value_for_multiple_values
end