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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 results where the previous request ended.

Returns:

  • (String)


1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-braket/types.rb', line 1341

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

#quantum_tasksArray<Types::QuantumTaskSummary>

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

Returns:



1341
1342
1343
1344
1345
1346
# File 'lib/aws-sdk-braket/types.rb', line 1341

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