Class: Aws::SavingsPlans::Types::SavingsPlanRateProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanRateProperty
- 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.
841 842 843 844 845 846 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 841 class SavingsPlanRateProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The property value.
841 842 843 844 845 846 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 841 class SavingsPlanRateProperty < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |