Class: Aws::BCMPricingCalculator::Types::ListUsageFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListUsageFilter
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a filter for listing usage data.
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).
2760 2761 2762 2763 2764 2765 2766 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2760 class ListUsageFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter attribute.
2760 2761 2762 2763 2764 2765 2766 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2760 class ListUsageFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to filter by.
2760 2761 2762 2763 2764 2765 2766 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2760 class ListUsageFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |