Class: Aws::Deadline::Types::SearchJobsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#jobsArray<Types::JobSearchSummary>

The jobs in the search.

Returns:



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_offsetInteger

The next item offset for the search results.

Returns:

  • (Integer)


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_resultsInteger

The total number of results in the search.

Returns:

  • (Integer)


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