Class: Aws::SavingsPlans::Types::SavingsPlanOfferingFilterElement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The filter name.

Returns:

  • (String)


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

#valuesArray<String>

The filter values.

Returns:

  • (Array<String>)


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