Class: Aws::Types::SearchTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


2690
2691
2692
# File 'sig/types.rbs', line 2690

def farm_id
  @farm_id
end

#filter_expressionsTypes::SearchGroupedFilterExpressions

Returns the value of attribute filter_expressions.



2691
2692
2693
# File 'sig/types.rbs', line 2691

def filter_expressions
  @filter_expressions
end

#item_offset::Integer

Returns the value of attribute item_offset.

Returns:

  • (::Integer)


2693
2694
2695
# File 'sig/types.rbs', line 2693

def item_offset
  @item_offset
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2696
2697
2698
# File 'sig/types.rbs', line 2696

def job_id
  @job_id
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


2694
2695
2696
# File 'sig/types.rbs', line 2694

def page_size
  @page_size
end

#queue_ids::Array[::String]

Returns the value of attribute queue_ids.

Returns:

  • (::Array[::String])


2695
2696
2697
# File 'sig/types.rbs', line 2695

def queue_ids
  @queue_ids
end

#sort_expressions::Array[Types::SearchSortExpression]

Returns the value of attribute sort_expressions.

Returns:



2692
2693
2694
# File 'sig/types.rbs', line 2692

def sort_expressions
  @sort_expressions
end