Class: Aws::RDS::Types::DBClusterOptionGroupStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBClusterOptionGroupStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Contains status information for a DB cluster option group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_option_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the name of the DB cluster option group.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the status of the DB cluster option group.
 
Instance Attribute Details
#db_cluster_option_group_name ⇒ String
Specifies the name of the DB cluster option group.
      7980 7981 7982 7983 7984 7985  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7980 class DBClusterOptionGroupStatus < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Specifies the status of the DB cluster option group.
      7980 7981 7982 7983 7984 7985  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 7980 class DBClusterOptionGroupStatus < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end  |