Class: Aws::SavingsPlans::Types::SavingsPlanFilter

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

Overview

Information about a Savings Plan filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The filter name.

Returns:

  • (String)


608
609
610
611
612
613
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 608

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

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)


608
609
610
611
612
613
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 608

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