Class: Aws::SavingsPlans::Types::SavingsPlanOfferingProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanOfferingProperty
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
Information about a Savings Plan offering 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.
711 712 713 714 715 716 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 711 class SavingsPlanOfferingProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The property value.
711 712 713 714 715 716 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 711 class SavingsPlanOfferingProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |