Class: Aws::Braket::Types::SearchQuantumTasksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1433

class SearchQuantumTasksResponse < Struct.new(
  :quantum_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#quantum_tasksArray<Types::QuantumTaskSummary>

An array of QuantumTaskSummary objects for quantum tasks that match the specified filters.

Returns:



1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1433

class SearchQuantumTasksResponse < Struct.new(
  :quantum_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end