You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeBuild::Types::DebugSession
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeBuild::Types::DebugSession
 
- Defined in:
- (unknown)
Overview
Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #session_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies if session debugging is enabled for this build. 
- 
  
    
      #session_target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the identifier of the Session Manager session used for the build. 
Instance Attribute Details
#session_enabled ⇒ Boolean
Specifies if session debugging is enabled for this build.
#session_target ⇒ String
Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.