Class: Aws::Braket::Types::SearchJobsFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name to use for the jobs filter.

Returns:

  • (String)


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

#operatorString

An operator to use for the jobs filter.

Returns:

  • (String)


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

#valuesArray<String>

The values to use for the jobs filter.

Returns:

  • (Array<String>)


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