Class: Aws::Types::UsageStatisticsSortBy
- Inherits:
-
Object
- Object
- Aws::Types::UsageStatisticsSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ "accountId", ...
Returns the value of attribute key.
-
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
Instance Attribute Details
#key ⇒ "accountId", ...
Returns the value of attribute key.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def key @key end |
#order_by ⇒ "ASC", "DESC"
Returns the value of attribute order_by.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def order_by @order_by end |