Class: Aws::Types::GroupByRule
- Inherits:
-
Object
- Object
- Aws::Types::GroupByRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::OcsfFindingFilters
Returns the value of attribute filters.
-
#group_by_field ⇒ "activity_name", ...
Returns the value of attribute group_by_field.
Instance Attribute Details
#filters ⇒ Types::OcsfFindingFilters
Returns the value of attribute filters.
6194 6195 6196 |
# File 'sig/types.rbs', line 6194 def filters @filters end |
#group_by_field ⇒ "activity_name", ...
Returns the value of attribute group_by_field.
6195 6196 6197 |
# File 'sig/types.rbs', line 6195 def group_by_field @group_by_field end |