Class: Aws::MemoryDB::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::RecurringCharge
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
The recurring charge to run this reserved node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recurring_charge_amount ⇒ Float
The amount of the recurring charge to run this reserved node.
-
#recurring_charge_frequency ⇒ String
The frequency of the recurring price charged to run this reserved node.
Instance Attribute Details
#recurring_charge_amount ⇒ Float
The amount of the recurring charge to run this reserved node.
2313 2314 2315 2316 2317 2318 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2313 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |
#recurring_charge_frequency ⇒ String
The frequency of the recurring price charged to run this reserved node.
2313 2314 2315 2316 2317 2318 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2313 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |