Class: Aws::RDS::Types::ModifyOptionGroupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ModifyOptionGroupResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#option_group ⇒ Types::OptionGroup
      20259 20260 20261 20262 20263  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 20259 class ModifyOptionGroupResult < Struct.new( :option_group) SENSITIVE = [] include Aws::Structure end  |