Class: Aws::Types::SearchSortExpression
- Inherits:
-
Object
- Object
- Aws::Types::SearchSortExpression
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: FieldSort, ParameterSort, Unknown, UserJobsFirst
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_sort ⇒ Types::FieldSortExpression
Returns the value of attribute field_sort.
-
#parameter_sort ⇒ Types::ParameterSortExpression
Returns the value of attribute parameter_sort.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_jobs_first ⇒ Types::UserJobsFirst
Returns the value of attribute user_jobs_first.
Instance Attribute Details
#field_sort ⇒ Types::FieldSortExpression
Returns the value of attribute field_sort.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def field_sort @field_sort end |
#parameter_sort ⇒ Types::ParameterSortExpression
Returns the value of attribute parameter_sort.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def parameter_sort @parameter_sort end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def unknown @unknown end |
#user_jobs_first ⇒ Types::UserJobsFirst
Returns the value of attribute user_jobs_first.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def user_jobs_first @user_jobs_first end |