Class: Aws::SavingsPlans::Types::SavingsPlanRateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanRateFilter
- Defined in:
- gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb
Overview
Note:
When making an API call, you may pass SavingsPlanRateFilter data as a hash:
{
name: "region", # accepts region, instanceType, productDescription, tenancy, productType, serviceCode, usageType, operation
values: ["String"],
}
Information about a filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The filter name.
-
#values ⇒ Array<String>
The filter values.
Instance Attribute Details
#name ⇒ String
The filter name.
959 960 961 962 963 964 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 959 class SavingsPlanRateFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter values.
959 960 961 962 963 964 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 959 class SavingsPlanRateFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |