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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recurring_charge_amountFloat

The monetary amount of the recurring charge.

Returns:

  • (Float)


6864
6865
6866
6867
6868
6869
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6864

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

#recurring_charge_frequencyString

The frequency of the recurring charge.

Returns:

  • (String)


6864
6865
6866
6867
6868
6869
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6864

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