Class: Aws::SavingsPlans::Types::SavingsPlanOfferingProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanOfferingProperty
- Defined in:
- gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb
Overview
Information about a 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.
667 668 669 670 671 672 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 667 class SavingsPlanOfferingProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The property value.
667 668 669 670 671 672 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 667 class SavingsPlanOfferingProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |