Class: Aws::Types::FindingStatisticsSortCriteria
- Inherits:
-
Object
- Object
- Aws::Types::FindingStatisticsSortCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ "groupKey", "count"
Returns the value of attribute attribute_name.
-
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
Instance Attribute Details
#attribute_name ⇒ "groupKey", "count"
Returns the value of attribute attribute_name.
714 715 716 |
# File 'sig/types.rbs', line 714 def attribute_name @attribute_name end |
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
715 716 717 |
# File 'sig/types.rbs', line 715 def order_by @order_by end |