Class: Aws::Neptune::Types::DBClusterOptionGroupStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DBClusterOptionGroupStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Not supported by Neptune.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_option_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Not supported by Neptune.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Not supported by Neptune.
 
Instance Attribute Details
#db_cluster_option_group_name ⇒ String
Not supported by Neptune.
      2237 2238 2239 2240 2241 2242  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2237 class DBClusterOptionGroupStatus < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Not supported by Neptune.
      2237 2238 2239 2240 2241 2242  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 2237 class DBClusterOptionGroupStatus < Struct.new( :db_cluster_option_group_name, :status) SENSITIVE = [] include Aws::Structure end  |