You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::OptionVersion
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::OptionVersion
 
- Defined in:
- (unknown)
Overview
The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.
Instance Attribute Summary collapse
- 
  
    
      #is_default  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    True if the version is the default version of the option, and otherwise false. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The version of the option. 
Instance Attribute Details
#is_default ⇒ Boolean
True if the version is the default version of the option, and otherwise false.
#version ⇒ String
The version of the option.