Class: Aws::Types::SearchStepsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchStepsRequest
- 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.
-
#item_offset ⇒ ::Integer
Returns the value of attribute item_offset.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#queue_ids ⇒ ::Array[::String]
Returns the value of attribute queue_ids.
-
#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.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def farm_id @farm_id end |
#filter_expressions ⇒ Types::SearchGroupedFilterExpressions
Returns the value of attribute filter_expressions.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def filter_expressions @filter_expressions end |
#item_offset ⇒ ::Integer
Returns the value of attribute item_offset.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def item_offset @item_offset end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def job_id @job_id end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def page_size @page_size end |
#queue_ids ⇒ ::Array[::String]
Returns the value of attribute queue_ids.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def queue_ids @queue_ids end |
#sort_expressions ⇒ ::Array[Types::SearchSortExpression]
Returns the value of attribute sort_expressions.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def sort_expressions @sort_expressions end |