Class: Aws::Braket::Types::SearchJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchJobsRequest
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SearchJobsFilter>
Array of SearchJobsFilter objects to use when searching for hybrid jobs.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned in the response.
Instance Attribute Details
#filters ⇒ Array<Types::SearchJobsFilter>
Array of SearchJobsFilter objects to use when searching for hybrid jobs.
1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1340 class SearchJobsRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1340 class SearchJobsRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1340 1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1340 class SearchJobsRequest < Struct.new( :next_token, :max_results, :filters) SENSITIVE = [] include Aws::Structure end |