Class: Aws::SecurityHub::Types::AwsRdsDbClusterOptionGroupMembership
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::AwsRdsDbClusterOptionGroupMembership
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-securityhub/types.rb
 
Overview
Information about an option group membership for a DB cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_option_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the DB cluster option group.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the DB cluster option group.
 
Instance Attribute Details
#db_cluster_option_group_name ⇒ String
The name of the DB cluster option group.
      15972 15973 15974 15975 15976 15977  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 15972 class AwsRdsDbClusterOptionGroupMembership < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the DB cluster option group.
      15972 15973 15974 15975 15976 15977  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 15972 class AwsRdsDbClusterOptionGroupMembership < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end  |