AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.DebugSession

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class DebugSession

The DebugSession type exposes the following members

Constructors

NameDescription
Public Method DebugSession()

Properties

NameTypeDescription
Public Property SessionEnabled System.Boolean

Gets and sets the property SessionEnabled.

Specifies if session debugging is enabled for this build.

Public Property SessionTarget System.String

Gets and sets the property SessionTarget.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5