Class: Aws::BCMPricingCalculator::Types::ListWorkloadEstimatesFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ListWorkloadEstimatesFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Represents a filter for listing workload 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).
2828 2829 2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2828 class ListWorkloadEstimatesFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter attribute.
2828 2829 2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2828 class ListWorkloadEstimatesFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values to filter by.
2828 2829 2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2828 class ListWorkloadEstimatesFilter < Struct.new( :name, :values, :match_option) SENSITIVE = [] include Aws::Structure end |