Class: Aws::Braket::Types::SearchJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
1466 1467 1468 1469 1470 1471 |
# File 'lib/aws-sdk-braket/types.rb', line 1466 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 search where the previous request ended.
1466 1467 1468 1469 1470 1471 |
# File 'lib/aws-sdk-braket/types.rb', line 1466 class SearchJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |