Class: Aws::ElastiCache::Types::RecurringCharge

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.

Instance Attribute Summary collapse

Instance Attribute Details

#recurring_charge_amountFloat

The monetary amount of the recurring charge.

Returns:

  • (Float)


4844
4845
4846
4847
4848
# File 'lib/aws-sdk-elasticache/types.rb', line 4844

class RecurringCharge < Struct.new(
  :recurring_charge_amount,
  :recurring_charge_frequency)
  include Aws::Structure
end

#recurring_charge_frequencyString

The frequency of the recurring charge.

Returns:

  • (String)


4844
4845
4846
4847
4848
# File 'lib/aws-sdk-elasticache/types.rb', line 4844

class RecurringCharge < Struct.new(
  :recurring_charge_amount,
  :recurring_charge_frequency)
  include Aws::Structure
end