Class: Aws::Types::SortCondition
- Inherits:
-
Object
- Object
- Aws::Types::SortCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "DomainName", "Expiry"
Returns the value of attribute name.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#name ⇒ "DomainName", "Expiry"
Returns the value of attribute name.
479 480 481 |
# File 'sig/types.rbs', line 479 def name @name end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
480 481 482 |
# File 'sig/types.rbs', line 480 def sort_order @sort_order end |