Class: Aws::Types::GroupByResult
- Inherits:
-
Object
- Object
- Aws::Types::GroupByResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_by_field ⇒ ::String
Returns the value of attribute group_by_field.
-
#group_by_values ⇒ ::Array[Types::GroupByValue]
Returns the value of attribute group_by_values.
Instance Attribute Details
#group_by_field ⇒ ::String
Returns the value of attribute group_by_field.
6188 6189 6190 |
# File 'sig/types.rbs', line 6188 def group_by_field @group_by_field end |
#group_by_values ⇒ ::Array[Types::GroupByValue]
Returns the value of attribute group_by_values.
6189 6190 6191 |
# File 'sig/types.rbs', line 6189 def group_by_values @group_by_values end |