Class: Aws::RDS::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RecurringCharge
- 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
-
#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.
23308 23309 23310 23311 23312 23313 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23308 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.
23308 23309 23310 23311 23312 23313 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23308 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |