Class: Aws::SavingsPlans::Types::SavingsPlanOfferingFilterElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanOfferingFilterElement
- Defined in:
- gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb
Overview
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.
648 649 650 651 652 653 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 648 class SavingsPlanOfferingFilterElement < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter values.
648 649 650 651 652 653 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 648 class SavingsPlanOfferingFilterElement < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |