Class: Aws::Types::AggregateOperation
- Inherits:
-
Object
- Object
- Aws::Types::AggregateOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agg_func ⇒ "avg", ...
Returns the value of attribute agg_func.
-
#column ⇒ ::Array[::String]
Returns the value of attribute column.
Instance Attribute Details
#agg_func ⇒ "avg", ...
Returns the value of attribute agg_func.
36 37 38 |
# File 'sig/types.rbs', line 36 def agg_func @agg_func end |
#column ⇒ ::Array[::String]
Returns the value of attribute column.
35 36 37 |
# File 'sig/types.rbs', line 35 def column @column end |