Class: Aws::Types::AttributeAggregationFunction
- Inherits:
-
Object
- Object
- Aws::Types::AttributeAggregationFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#simple_attribute_aggregation ⇒ "UNIQUE_VALUE"
Returns the value of attribute simple_attribute_aggregation.
-
#value_for_multiple_values ⇒ ::String
Returns the value of attribute value_for_multiple_values.
Instance Attribute Details
#simple_attribute_aggregation ⇒ "UNIQUE_VALUE"
Returns the value of attribute simple_attribute_aggregation.
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.
745 746 747 |
# File 'sig/types.rbs', line 745 def value_for_multiple_values @value_for_multiple_values end |