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
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.
565 566 567 568 569 570 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 565 class SavingsPlanFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The filter value.
565 566 567 568 569 570 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 565 class SavingsPlanFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |