Class: Aws::Braket::Types::SearchDevicesFilter

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

Overview

The filter used to search for devices.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the device parameter to filter based on. Only deviceArn filter name is currently supported.

Returns:

  • (String)


1245
1246
1247
1248
1249
1250
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1245

class SearchDevicesFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The values used to filter devices based on the filter name.

Returns:

  • (Array<String>)


1245
1246
1247
1248
1249
1250
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1245

class SearchDevicesFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end