Method: Aws::Deadline::Types::SearchStepsResponse#steps
- Defined in:
- lib/aws-sdk-deadline/types.rb
#steps ⇒ Array<Types::StepSearchSummary>
The steps in the search.
7948 7949 7950 7951 7952 7953 7954 |
# File 'lib/aws-sdk-deadline/types.rb', line 7948 class SearchStepsResponse < Struct.new( :steps, :next_item_offset, :total_results) SENSITIVE = [] include Aws::Structure end |