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.
| 21742 21743 21744 21745 21746 21747 | # File 'lib/aws-sdk-rds/types.rb', line 21742 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.
| 21742 21743 21744 21745 21746 21747 | # File 'lib/aws-sdk-rds/types.rb', line 21742 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |