Class: Aws::Braket::Types::SearchJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchJobsResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::JobSummary>
An array of
JobSummary
objects for devices that match the specified filter values. -
#next_token ⇒ String
A token used for pagination of results, or
null
if there are no additional results.
Instance Attribute Details
#jobs ⇒ Array<Types::JobSummary>
An array of JobSummary
objects for devices that match the
specified filter values.
1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1273 class SearchJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results, or null
if there are no
additional results. Use the token value in a subsequent request to
continue results where the previous request ended.
1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1273 class SearchJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |