You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::GetConnectionStatusResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::GetConnectionStatusResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the connection to the instance. 
- 
  
    
      #target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the instance to check connection status. 
Instance Attribute Details
#status ⇒ String
The status of the connection to the instance. For example, \'Connected\' or \'Not Connected\'.
Possible values:
- Connected
- NotConnected
#target ⇒ String
The ID of the instance to check connection status.