Class: Aws::Braket::Types::SearchSpendingLimitsFilter

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

Overview

Specifies filter criteria for searching spending limits. Use filters to narrow down results based on specific attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the field to filter on. Currently only supports deviceArn.

Returns:

  • (String)


1563
1564
1565
1566
1567
1568
1569
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1563

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

#operatorString

The comparison operator to use when filtering.

Returns:

  • (String)


1563
1564
1565
1566
1567
1568
1569
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1563

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

#valuesArray<String>

An array of values to match against the specified field.

Returns:

  • (Array<String>)


1563
1564
1565
1566
1567
1568
1569
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1563

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