Class: Aws::RDS::Types::DBClusterStatusInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBClusterStatusInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Reserved for future use.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved for future use.
 - 
  
    
      #normal  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved for future use.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved for future use.
 - 
  
    
      #status_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved for future use.
 
Instance Attribute Details
#message ⇒ String
Reserved for future use.
      8460 8461 8462 8463 8464 8465 8466 8467  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 8460 class DBClusterStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#normal ⇒ Boolean
Reserved for future use.
      8460 8461 8462 8463 8464 8465 8466 8467  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 8460 class DBClusterStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Reserved for future use.
      8460 8461 8462 8463 8464 8465 8466 8467  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 8460 class DBClusterStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#status_type ⇒ String
Reserved for future use.
      8460 8461 8462 8463 8464 8465 8466 8467  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 8460 class DBClusterStatusInfo < Struct.new( :status_type, :normal, :status, :message) SENSITIVE = [] include Aws::Structure end  |