Class: Aws::BCMPricingCalculator::Types::ListBillEstimatesFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListBillEstimatesFilter
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a filter for listing bill estimates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#match_option ⇒ String
The match option for the filter (e.g., equals, contains).
-
#name ⇒ String
The name of the filter attribute.
-
#values ⇒ Array<String>
The values to filter by.
Instance Attribute Details
#match_option ⇒ String
The match option for the filter (e.g., equals, contains).
2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2509 class ListBillEstimatesFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter attribute.
2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2509 class ListBillEstimatesFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to filter by.
2509 2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2509 class ListBillEstimatesFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |