Class: Aws::Braket::Types::SearchSpendingLimitsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::SearchSpendingLimitsFilter
- 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
-
#name ⇒ String
The name of the field to filter on.
-
#operator ⇒ String
The comparison operator to use when filtering.
-
#values ⇒ Array<String>
An array of values to match against the specified field.
Instance Attribute Details
#name ⇒ String
The name of the field to filter on. Currently only supports
deviceArn.
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 |
#operator ⇒ String
The comparison operator to use when filtering.
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 |
#values ⇒ Array<String>
An array of values to match against the specified field.
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 |