Class: Aws::SavingsPlans::Types::SavingsPlanOfferingRateProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanOfferingRateProperty
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
Information about a Savings Plan offering rate property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The property name.
-
#value ⇒ String
The property value.
Instance Attribute Details
#name ⇒ String
The property name.
799 800 801 802 803 804 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 799 class SavingsPlanOfferingRateProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The property value.
799 800 801 802 803 804 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 799 class SavingsPlanOfferingRateProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |