Class: Aws::SavingsPlans::Types::SavingsPlanRateFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb

Overview

Information about a Savings Plan rate filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The filter name.

Returns:

  • (String)


868
869
870
871
872
873
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 868

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

#valuesArray<String>

The filter values.

Returns:

  • (Array<String>)


868
869
870
871
872
873
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 868

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