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).
2849 2850 2851 2852 2853 2854 2855 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2849 class ListUsageFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter attribute.
2849 2850 2851 2852 2853 2854 2855 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2849 class ListUsageFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to filter by.
2849 2850 2851 2852 2853 2854 2855 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 2849 class ListUsageFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |