Class: Aws::Deadline::Types::SearchTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_item_offset ⇒ Integer
The next incremental starting point after the defined ‘itemOffset`.
-
#tasks ⇒ Array<Types::TaskSearchSummary>
Tasks in the search.
-
#total_results ⇒ Integer
The total number of results in the search.
Instance Attribute Details
#next_item_offset ⇒ Integer
The next incremental starting point after the defined ‘itemOffset`.
7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-deadline/types.rb', line 7146 class SearchTasksResponse < Struct.new( :tasks, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::TaskSearchSummary>
Tasks in the search.
7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-deadline/types.rb', line 7146 class SearchTasksResponse < Struct.new( :tasks, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#total_results ⇒ Integer
The total number of results in the search.
7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-deadline/types.rb', line 7146 class SearchTasksResponse < Struct.new( :tasks, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |