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")


803
804
805
# File 'sig/types.rbs', line 803

def simple_attribute_aggregation
  @simple_attribute_aggregation
end

#value_for_multiple_values::String

Returns the value of attribute value_for_multiple_values.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def value_for_multiple_values
  @value_for_multiple_values
end