Class: Aws::Types::QuickResponseOrderField
- Inherits:
-
Object
- Object
- Aws::Types::QuickResponseOrderField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
701 702 703 |
# File 'sig/types.rbs', line 701 def name @name end |
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
702 703 704 |
# File 'sig/types.rbs', line 702 def order @order end |