Class: Aws::Deadline::Types::SearchJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchJobsResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Shared output fields for all Search operations (nextItemOffset, totalResults).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::JobSearchSummary>
The jobs in the search.
-
#next_item_offset ⇒ Integer
The next item offset for the search results.
-
#total_results ⇒ Integer
The total number of results in the search.
Instance Attribute Details
#jobs ⇒ Array<Types::JobSearchSummary>
The jobs in the search.
9766 9767 9768 9769 9770 9771 9772 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9766 class SearchJobsResponse < Struct.new( :jobs, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#next_item_offset ⇒ Integer
The next item offset for the search results.
9766 9767 9768 9769 9770 9771 9772 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9766 class SearchJobsResponse < Struct.new( :jobs, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#total_results ⇒ Integer
The total number of results in the search.
9766 9767 9768 9769 9770 9771 9772 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9766 class SearchJobsResponse < Struct.new( :jobs, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |