Class: Aws::SavingsPlans::Types::SavingsPlanOfferingRateProperty

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

Overview

Information about a Savings Plan offering rate property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The property name.

Returns:

  • (String)


799
800
801
802
803
804
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 799

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

#valueString

The property value.

Returns:

  • (String)


799
800
801
802
803
804
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 799

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