Class: Aws::SavingsPlans::Types::SavingsPlanFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanFilter
- Defined in:
- gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb
Overview
Note:
When making an API call, you may pass SavingsPlanFilter data as a hash:
{
name: "region", # accepts region, ec2-instance-family, commitment, upfront, term, savings-plan-type, payment-option, start, end
values: ["String"],
}
Information about a filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The filter name.
-
#values ⇒ Array<String>
The filter value.
Instance Attribute Details
#name ⇒ String
The filter name.
678 679 680 681 682 683 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 678 class SavingsPlanFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter value.
678 679 680 681 682 683 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 678 class SavingsPlanFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |