Class: Aws::Deadline::Types::SearchJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the job.
-
#filter_expressions ⇒ Types::SearchGroupedFilterExpressions
The filter expression, ‘AND` or `OR`, to use when searching among a group of search strings in a resource.
-
#item_offset ⇒ Integer
Defines how far into the scrollable list to start the return of results.
-
#page_size ⇒ Integer
Specifies the number of items per page for the resource.
-
#queue_ids ⇒ Array<String>
The queue ID to use in the job search.
-
#sort_expressions ⇒ Array<Types::SearchSortExpression>
The search terms for a resource.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the job.
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 |
# File 'lib/aws-sdk-deadline/types.rb', line 6954 class SearchJobsRequest < Struct.new( :farm_id, :queue_ids, :filter_expressions, :sort_expressions, :item_offset, :page_size) SENSITIVE = [] include Aws::Structure end |
#filter_expressions ⇒ Types::SearchGroupedFilterExpressions
The filter expression, ‘AND` or `OR`, to use when searching among a group of search strings in a resource. You can use two groupings per search each within parenthesis `()`.
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 |
# File 'lib/aws-sdk-deadline/types.rb', line 6954 class SearchJobsRequest < Struct.new( :farm_id, :queue_ids, :filter_expressions, :sort_expressions, :item_offset, :page_size) SENSITIVE = [] include Aws::Structure end |
#item_offset ⇒ Integer
Defines how far into the scrollable list to start the return of results.
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 |
# File 'lib/aws-sdk-deadline/types.rb', line 6954 class SearchJobsRequest < Struct.new( :farm_id, :queue_ids, :filter_expressions, :sort_expressions, :item_offset, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
Specifies the number of items per page for the resource.
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 |
# File 'lib/aws-sdk-deadline/types.rb', line 6954 class SearchJobsRequest < Struct.new( :farm_id, :queue_ids, :filter_expressions, :sort_expressions, :item_offset, :page_size) SENSITIVE = [] include Aws::Structure end |
#queue_ids ⇒ Array<String>
The queue ID to use in the job search.
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 |
# File 'lib/aws-sdk-deadline/types.rb', line 6954 class SearchJobsRequest < Struct.new( :farm_id, :queue_ids, :filter_expressions, :sort_expressions, :item_offset, :page_size) SENSITIVE = [] include Aws::Structure end |
#sort_expressions ⇒ Array<Types::SearchSortExpression>
The search terms for a resource.
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 |
# File 'lib/aws-sdk-deadline/types.rb', line 6954 class SearchJobsRequest < Struct.new( :farm_id, :queue_ids, :filter_expressions, :sort_expressions, :item_offset, :page_size) SENSITIVE = [] include Aws::Structure end |