Class: Aws::RDS::Types::CopyOptionGroupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::CopyOptionGroupResult
 
 
- 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
      1806 1807 1808 1809 1810  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 1806 class CopyOptionGroupResult < Struct.new( :option_group) SENSITIVE = [] include Aws::Structure end  |