Class: Aws::Deadline::Types::SearchStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchStepsResponse
- 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
-
#next_item_offset ⇒ Integer
The next item offset for the search results.
-
#steps ⇒ Array<Types::StepSearchSummary>
The steps in the search.
-
#total_results ⇒ Integer
The total number of results in the search.
Instance Attribute Details
#next_item_offset ⇒ Integer
The next item offset for the search results.
9869 9870 9871 9872 9873 9874 9875 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9869 class SearchStepsResponse < Struct.new( :steps, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::StepSearchSummary>
The steps in the search.
9869 9870 9871 9872 9873 9874 9875 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9869 class SearchStepsResponse < Struct.new( :steps, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#total_results ⇒ Integer
The total number of results in the search.
9869 9870 9871 9872 9873 9874 9875 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9869 class SearchStepsResponse < Struct.new( :steps, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |