Class: Aws::Types::SearchSortExpression

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: FieldSort, ParameterSort, Unknown, UserJobsFirst

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_sortTypes::FieldSortExpression

Returns the value of attribute field_sort.



2656
2657
2658
# File 'sig/types.rbs', line 2656

def field_sort
  @field_sort
end

#parameter_sortTypes::ParameterSortExpression

Returns the value of attribute parameter_sort.



2657
2658
2659
# File 'sig/types.rbs', line 2657

def parameter_sort
  @parameter_sort
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2658
2659
2660
# File 'sig/types.rbs', line 2658

def unknown
  @unknown
end

#user_jobs_firstTypes::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