Class: Aws::Deadline::Types::SearchJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::JobSearchSummary>
The jobs in the search.
-
#next_item_offset ⇒ Integer
The next incremental starting point after the defined ‘itemOffset`.
-
#total_results ⇒ Integer
The total number of results in the search.
Instance Attribute Details
#jobs ⇒ Array<Types::JobSearchSummary>
The jobs in the search.
6979 6980 6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-deadline/types.rb', line 6979 class SearchJobsResponse < Struct.new( :jobs, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#next_item_offset ⇒ Integer
The next incremental starting point after the defined ‘itemOffset`.
6979 6980 6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-deadline/types.rb', line 6979 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.
6979 6980 6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-deadline/types.rb', line 6979 class SearchJobsResponse < Struct.new( :jobs, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |