Class: Aws::ElastiCache::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::RecurringCharge
- 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
-
#recurring_charge_amount ⇒ Float
The monetary amount of the recurring charge.
-
#recurring_charge_frequency ⇒ String
The frequency of the recurring charge.
Instance Attribute Details
#recurring_charge_amount ⇒ Float
The monetary amount of the recurring charge.
7541 7542 7543 7544 7545 7546 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7541 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |
#recurring_charge_frequency ⇒ String
The frequency of the recurring charge.
7541 7542 7543 7544 7545 7546 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7541 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |