Class: Aws::SavingsPlans::Types::SavingsPlanOfferingRateFilterElement

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)


735
736
737
738
739
740
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 735

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

#valuesArray<String>

The filter values.

Returns:

  • (Array<String>)


735
736
737
738
739
740
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 735

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