Class: Aws::OpenSearchService::Types::RecurringCharge
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::OpenSearchService::Types::RecurringCharge
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-opensearchservice/types.rb
 
Overview
Contains the specific price and frequency of a recurring charges for an OpenSearch Reserved Instance, or for a Reserved Instance offering.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #recurring_charge_amount  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The monetary amount of the recurring charge.
 - 
  
    
      #recurring_charge_frequency  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The frequency of the recurring charge.
 
Instance Attribute Details
#recurring_charge_amount ⇒ Float
The monetary amount of the recurring charge.
      5266 5267 5268 5269 5270 5271  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 5266 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.
      5266 5267 5268 5269 5270 5271  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 5266 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end  |