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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recurring_charge_amountFloat

The amount of the recurring charge.

Returns:

  • (Float)


22654
22655
22656
22657
22658
22659
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 22654

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

#recurring_charge_frequencyString

The frequency of the recurring charge.

Returns:

  • (String)


22654
22655
22656
22657
22658
22659
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 22654

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