Class: Aws::Deadline::Types::SearchStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::SearchStepsResponse
- 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`.
-
#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 incremental starting point after the defined ‘itemOffset`.
7079 7080 7081 7082 7083 7084 7085 |
# File 'lib/aws-sdk-deadline/types.rb', line 7079 class SearchStepsResponse < Struct.new( :steps, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::StepSearchSummary>
The steps in the search.
7079 7080 7081 7082 7083 7084 7085 |
# File 'lib/aws-sdk-deadline/types.rb', line 7079 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.
7079 7080 7081 7082 7083 7084 7085 |
# File 'lib/aws-sdk-deadline/types.rb', line 7079 class SearchStepsResponse < Struct.new( :steps, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |