Class: Aws::Types::CurrentMetricSortCriteria
- Inherits:
-
Object
- Object
- Aws::Types::CurrentMetricSortCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sort_by_metric ⇒ "AGENTS_ONLINE", ...
Returns the value of attribute sort_by_metric.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#sort_by_metric ⇒ "AGENTS_ONLINE", ...
Returns the value of attribute sort_by_metric.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def sort_by_metric @sort_by_metric end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def sort_order @sort_order end |