Class: Aws::SavingsPlans::Types::ParentSavingsPlanOffering
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SavingsPlans::Types::ParentSavingsPlanOffering
 
 
- Defined in:
 - gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb
 
Overview
Information about a Savings Plan offering.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #currency  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The currency.
 - 
  
    
      #duration_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The duration, in seconds.
 - 
  
    
      #offering_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the offering.
 - 
  
    
      #payment_option  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The payment option.
 - 
  
    
      #plan_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description.
 - 
  
    
      #plan_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The plan type.
 
Instance Attribute Details
#currency ⇒ String
The currency.
      433 434 435 436 437 438 439 440 441 442  | 
    
      # File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433 class ParentSavingsPlanOffering < Struct.new( :offering_id, :payment_option, :plan_type, :duration_seconds, :currency, :plan_description) SENSITIVE = [] include Aws::Structure end  | 
  
#duration_seconds ⇒ Integer
The duration, in seconds.
      433 434 435 436 437 438 439 440 441 442  | 
    
      # File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433 class ParentSavingsPlanOffering < Struct.new( :offering_id, :payment_option, :plan_type, :duration_seconds, :currency, :plan_description) SENSITIVE = [] include Aws::Structure end  | 
  
#offering_id ⇒ String
The ID of the offering.
      433 434 435 436 437 438 439 440 441 442  | 
    
      # File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433 class ParentSavingsPlanOffering < Struct.new( :offering_id, :payment_option, :plan_type, :duration_seconds, :currency, :plan_description) SENSITIVE = [] include Aws::Structure end  | 
  
#payment_option ⇒ String
The payment option.
      433 434 435 436 437 438 439 440 441 442  | 
    
      # File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433 class ParentSavingsPlanOffering < Struct.new( :offering_id, :payment_option, :plan_type, :duration_seconds, :currency, :plan_description) SENSITIVE = [] include Aws::Structure end  | 
  
#plan_description ⇒ String
The description.
      433 434 435 436 437 438 439 440 441 442  | 
    
      # File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433 class ParentSavingsPlanOffering < Struct.new( :offering_id, :payment_option, :plan_type, :duration_seconds, :currency, :plan_description) SENSITIVE = [] include Aws::Structure end  | 
  
#plan_type ⇒ String
The plan type.
      433 434 435 436 437 438 439 440 441 442  | 
    
      # File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 433 class ParentSavingsPlanOffering < Struct.new( :offering_id, :payment_option, :plan_type, :duration_seconds, :currency, :plan_description) SENSITIVE = [] include Aws::Structure end  |