Class: Aws::Types::SearchWorkersRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchWorkersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#filter_expressions ⇒ Types::SearchGroupedFilterExpressions
Returns the value of attribute filter_expressions.
-
#fleet_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
-
#item_offset ⇒ ::Integer
Returns the value of attribute item_offset.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#sort_expressions ⇒ ::Array[Types::SearchSortExpression]
Returns the value of attribute sort_expressions.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def farm_id @farm_id end |
#filter_expressions ⇒ Types::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.
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.
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.
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.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def sort_expressions @sort_expressions end |