Class: Aws::Types::ParameterSortExpression
- Inherits:
-
Object
- Object
- Aws::Types::ParameterSortExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def name @name end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def sort_order @sort_order end |