Class: Aws::Types::SortCriterion
- Inherits:
-
Object
- Object
- Aws::Types::SortCriterion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
7081 7082 7083 |
# File 'sig/types.rbs', line 7081 def field_name @field_name end |
#sort ⇒ "ASC", "DESC"
Returns the value of attribute sort.
7082 7083 7084 |
# File 'sig/types.rbs', line 7082 def sort @sort end |