Class: Aws::Deadline::Types::SearchJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
10025 10026 10027 10028 10029 10030 10031 |
# File 'lib/aws-sdk-deadline/types.rb', line 10025 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.
10025 10026 10027 10028 10029 10030 10031 |
# File 'lib/aws-sdk-deadline/types.rb', line 10025 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.
10025 10026 10027 10028 10029 10030 10031 |
# File 'lib/aws-sdk-deadline/types.rb', line 10025 class SearchJobsResponse < Struct.new( :jobs, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |