Class: Aws::Braket::Types::SearchQuantumTasksFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchQuantumTasksFilter
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
A filter to use to search for tasks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the device used for the task.
-
#operator ⇒ String
An operator to use in the filter.
-
#values ⇒ Array<String>
The values to use for the filter.
Instance Attribute Details
#name ⇒ String
The name of the device used for the task.
1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1296 class SearchQuantumTasksFilter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
An operator to use in the filter.
1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1296 class SearchQuantumTasksFilter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to use for the filter.
1296 1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1296 class SearchQuantumTasksFilter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |