Class: Aws::RDS::Types::DeleteOptionGroupMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteOptionGroupMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #option_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the option group to be deleted.
 
Instance Attribute Details
#option_group_name ⇒ String
The name of the option group to be deleted.
<note markdown=“1”> You can’t delete default option groups.
</note>
  
      12054 12055 12056 12057 12058  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 12054 class DeleteOptionGroupMessage < Struct.new( :option_group_name) SENSITIVE = [] include Aws::Structure end  |