Class: Aws::Types::SearchWorkersRequest

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)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def farm_id
  @farm_id
end

#filter_expressionsTypes::SearchGroupedFilterExpressions

Returns the value of attribute filter_expressions.



2715
2716
2717
# File 'sig/types.rbs', line 2715

def filter_expressions
  @filter_expressions
end

#fleet_ids::Array[::String]

Returns the value of attribute fleet_ids.

Returns:

  • (::Array[::String])


2719
2720
2721
# File 'sig/types.rbs', line 2719

def fleet_ids
  @fleet_ids
end

#item_offset::Integer

Returns the value of attribute item_offset.

Returns:

  • (::Integer)


2717
2718
2719
# File 'sig/types.rbs', line 2717

def item_offset
  @item_offset
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


2718
2719
2720
# File 'sig/types.rbs', line 2718

def page_size
  @page_size
end

#sort_expressions::Array[Types::SearchSortExpression]

Returns the value of attribute sort_expressions.

Returns:



2716
2717
2718
# File 'sig/types.rbs', line 2716

def sort_expressions
  @sort_expressions
end