Class: Aws::Deadline::Types::SearchStepsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_item_offsetInteger

The next item offset for the search results.

Returns:

  • (Integer)


8445
8446
8447
8448
8449
8450
8451
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8445

class SearchStepsResponse < Struct.new(
  :steps,
  :next_item_offset,
  :total_results)
  SENSITIVE = []
  include Aws::Structure
end

#stepsArray<Types::StepSearchSummary>

The steps in the search.

Returns:



8445
8446
8447
8448
8449
8450
8451
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8445

class SearchStepsResponse < Struct.new(
  :steps,
  :next_item_offset,
  :total_results)
  SENSITIVE = []
  include Aws::Structure
end

#total_resultsInteger

The total number of results in the search.

Returns:

  • (Integer)


8445
8446
8447
8448
8449
8450
8451
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8445

class SearchStepsResponse < Struct.new(
  :steps,
  :next_item_offset,
  :total_results)
  SENSITIVE = []
  include Aws::Structure
end