Class: Aws::RDS::Types::RecurringCharge

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

Instance Attribute Summary collapse

Instance Attribute Details

#recurring_charge_amountFloat

The amount of the recurring charge.

Returns:

  • (Float)


12384
12385
12386
12387
12388
# File 'lib/aws-sdk-rds/types.rb', line 12384

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

#recurring_charge_frequencyString

The frequency of the recurring charge.

Returns:

  • (String)


12384
12385
12386
12387
12388
# File 'lib/aws-sdk-rds/types.rb', line 12384

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