Class: Aws::MemoryDB::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::RecurringCharge
- Includes:
- Structure
- Defined in:
- 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.
2340 2341 2342 2343 2344 2345 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2340 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.
2340 2341 2342 2343 2344 2345 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2340 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |