Class: Aws::Types::Aggregation
- Inherits:
-
Object
- Object
- Aws::Types::Aggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_function ⇒ Types::DataPrepAggregationFunction
Returns the value of attribute aggregation_function.
-
#new_column_id ⇒ ::String
Returns the value of attribute new_column_id.
-
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
Instance Attribute Details
#aggregation_function ⇒ Types::DataPrepAggregationFunction
Returns the value of attribute aggregation_function.
167 168 169 |
# File 'sig/types.rbs', line 167 def aggregation_function @aggregation_function end |
#new_column_id ⇒ ::String
Returns the value of attribute new_column_id.
169 170 171 |
# File 'sig/types.rbs', line 169 def new_column_id @new_column_id end |
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
168 169 170 |
# File 'sig/types.rbs', line 168 def new_column_name @new_column_name end |