Class: Aws::EC2::Types::RecurringCharge
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RecurringCharge
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a recurring charge.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #amount  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of the recurring charge.
 - 
  
    
      #frequency  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The frequency of the recurring charge.
 
Instance Attribute Details
#amount ⇒ Float
The amount of the recurring charge.
      59267 59268 59269 59270 59271 59272  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59267 class RecurringCharge < Struct.new( :amount, :frequency) SENSITIVE = [] include Aws::Structure end  | 
  
#frequency ⇒ String
The frequency of the recurring charge.
      59267 59268 59269 59270 59271 59272  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59267 class RecurringCharge < Struct.new( :amount, :frequency) SENSITIVE = [] include Aws::Structure end  |