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 property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The property name.

Returns:

  • (String)


754
755
756
757
758
759
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 754

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

#valueString

The property value.

Returns:

  • (String)


754
755
756
757
758
759
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 754

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