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 Savings Plan offering filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The filter name.

Returns:

  • (String)


692
693
694
695
696
697
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 692

class SavingsPlanOfferingFilterElement < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The filter values.

Returns:

  • (Array<String>)


692
693
694
695
696
697
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 692

class SavingsPlanOfferingFilterElement < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end