Class: Aws::Braket::Types::SearchJobsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchJobsFilter
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
A filter used to search for Amazon Braket jobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name to use for the jobs filter.
-
#operator ⇒ String
An operator to use for the jobs filter.
-
#values ⇒ Array<String>
The values to use for the jobs filter.
Instance Attribute Details
#name ⇒ String
The name to use for the jobs filter.
1228 1229 1230 1231 1232 1233 1234 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1228 class SearchJobsFilter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
An operator to use for the jobs filter.
1228 1229 1230 1231 1232 1233 1234 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1228 class SearchJobsFilter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to use for the jobs filter.
1228 1229 1230 1231 1232 1233 1234 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1228 class SearchJobsFilter < Struct.new( :name, :operator, :values) SENSITIVE = [] include Aws::Structure end |