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.
      22182 22183 22184 22185 22186 22187  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22182 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.
      22182 22183 22184 22185 22186 22187  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22182 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end  |