Class: Aws::RDS::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RecurringCharge
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recurring_charge_amount ⇒ Float
The amount of the recurring charge.
-
#recurring_charge_frequency ⇒ String
The frequency of the recurring charge.
Instance Attribute Details
#recurring_charge_amount ⇒ Float
The amount of the recurring charge.
22055 22056 22057 22058 22059 22060 |
# File 'lib/aws-sdk-rds/types.rb', line 22055 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |
#recurring_charge_frequency ⇒ String
The frequency of the recurring charge.
22055 22056 22057 22058 22059 22060 |
# File 'lib/aws-sdk-rds/types.rb', line 22055 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |