Class: Aws::Types::AggregateOperation
- Inherits:
-
Object
- Object
- Aws::Types::AggregateOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregations ⇒ ::Array[Types::Aggregation]
Returns the value of attribute aggregations.
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#group_by_column_names ⇒ ::Array[::String]
Returns the value of attribute group_by_column_names.
-
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
Instance Attribute Details
#aggregations ⇒ ::Array[Types::Aggregation]
Returns the value of attribute aggregations.
162 163 164 |
# File 'sig/types.rbs', line 162 def aggregations @aggregations end |
#alias ⇒ ::String
Returns the value of attribute alias.
159 160 161 |
# File 'sig/types.rbs', line 159 def alias @alias end |
#group_by_column_names ⇒ ::Array[::String]
Returns the value of attribute group_by_column_names.
161 162 163 |
# File 'sig/types.rbs', line 161 def group_by_column_names @group_by_column_names end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
160 161 162 |
# File 'sig/types.rbs', line 160 def source @source end |