Class: Aws::Deadline::Types::SearchWorkersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchWorkersResponse
- 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
-
#next_item_offset ⇒ Integer
The next item offset for the search results.
-
#total_results ⇒ Integer
The total number of results in the search.
-
#workers ⇒ Array<Types::WorkerSearchSummary>
The workers for the search.
Instance Attribute Details
#next_item_offset ⇒ Integer
The next item offset for the search results.
10067 10068 10069 10070 10071 10072 10073 |
# File 'lib/aws-sdk-deadline/types.rb', line 10067 class SearchWorkersResponse < Struct.new( :workers, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#total_results ⇒ Integer
The total number of results in the search.
10067 10068 10069 10070 10071 10072 10073 |
# File 'lib/aws-sdk-deadline/types.rb', line 10067 class SearchWorkersResponse < Struct.new( :workers, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#workers ⇒ Array<Types::WorkerSearchSummary>
The workers for the search.
10067 10068 10069 10070 10071 10072 10073 |
# File 'lib/aws-sdk-deadline/types.rb', line 10067 class SearchWorkersResponse < Struct.new( :workers, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |