Class: Aws::MemoryDB::Types::RecurringCharge

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#recurring_charge_amountFloat

The amount of the recurring charge to run this reserved node.

Returns:

  • (Float)


2617
2618
2619
2620
2621
2622
# File 'lib/aws-sdk-memorydb/types.rb', line 2617

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

#recurring_charge_frequencyString

The frequency of the recurring price charged to run this reserved node.

Returns:

  • (String)


2617
2618
2619
2620
2621
2622
# File 'lib/aws-sdk-memorydb/types.rb', line 2617

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