You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Braket::Types::SearchQuantumTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchQuantumTasksResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token used for pagination of results, or null if there are no additional results.
-
#quantum_tasks ⇒ Array<Types::QuantumTaskSummary>
An array of
QuantumTaskSummary
objects for tasks that match the specified filters.
Instance Attribute Details
#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.
#quantum_tasks ⇒ Array<Types::QuantumTaskSummary>
An array of QuantumTaskSummary
objects for tasks that match the
specified filters.