Class: Aws::Types::AggregateColumn
- Inherits:
-
Object
- Object
- Aws::Types::AggregateColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
-
#function ⇒ "SUM", ...
Returns the value of attribute function.
Instance Attribute Details
#column_names ⇒ ::Array[::String]
Returns the value of attribute column_names.
52 53 54 |
# File 'sig/types.rbs', line 52 def column_names @column_names end |
#function ⇒ "SUM", ...
Returns the value of attribute function.
53 54 55 |
# File 'sig/types.rbs', line 53 def function @function end |