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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_item_offsetInteger

The next item offset for the search results.

Returns:

  • (Integer)


7929
7930
7931
7932
7933
7934
7935
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7929

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

#stepsArray<Types::StepSearchSummary>

The steps in the search.

Returns:



7929
7930
7931
7932
7933
7934
7935
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7929

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)


7929
7930
7931
7932
7933
7934
7935
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7929

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