Class: Aws::Deadline::Types::SearchTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchTasksResponse
- Defined in:
- gems/aws-sdk-deadline/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
.
7808 7809 7810 7811 7812 7813 7814 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7808 class SearchTasksResponse < Struct.new( :tasks, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::TaskSearchSummary>
Tasks in the search.
7808 7809 7810 7811 7812 7813 7814 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7808 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.
7808 7809 7810 7811 7812 7813 7814 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7808 class SearchTasksResponse < Struct.new( :tasks, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |