Class: Aws::Braket::Types::SearchJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-braket/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::SearchJobsFilter>

Array of SearchJobsFilter objects to use when searching for hybrid jobs.



1445
1446
1447
1448
1449
1450
1451
# File 'lib/aws-sdk-braket/types.rb', line 1445

class SearchJobsRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response.



1445
1446
1447
1448
1449
1450
1451
# File 'lib/aws-sdk-braket/types.rb', line 1445

class SearchJobsRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned in the response. Use the token returned from the previous request to continue search where the previous request ended.



1445
1446
1447
1448
1449
1450
1451
# File 'lib/aws-sdk-braket/types.rb', line 1445

class SearchJobsRequest < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end