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

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

Instance Attribute Details

#recurring_charge_amountFloat

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

Returns:

  • (Float)


2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2312

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)


2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2312

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