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.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def name @name end |
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def order @order end |