Class: Aws::Neptune::Types::RebootDBInstanceResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::RebootDBInstanceResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_instance  ⇒ Types::DBInstance 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the details of an Amazon Neptune DB instance.
 
Instance Attribute Details
#db_instance ⇒ Types::DBInstance
Contains the details of an Amazon Neptune DB instance.
This data type is used as a response element in the DescribeDBInstances action.
      7119 7120 7121 7122 7123  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 7119 class RebootDBInstanceResult < Struct.new( :db_instance) SENSITIVE = [] include Aws::Structure end  |