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 sandbox phase.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.SandboxSessionPhase

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

Syntax

C#
public class SandboxSessionPhase

The SandboxSessionPhase type exposes the following members

Constructors

NameDescription
Public Method SandboxSessionPhase()

Properties

NameTypeDescription
Public Property Contexts System.Collections.Generic.List<Amazon.CodeBuild.Model.PhaseContext>

Gets and sets the property Contexts.

An array of PhaseContext objects.

Public Property DurationInSeconds System.Int64

Gets and sets the property DurationInSeconds.

How long, in seconds, between the starting and ending times of the sandbox's phase.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

When the sandbox phase ended, expressed in Unix time format.

Public Property PhaseStatus Amazon.CodeBuild.StatusType

Gets and sets the property PhaseStatus.

The current status of the sandbox phase. Valid values include:

FAILED

The sandbox phase failed.

FAULT

The sandbox phase faulted.

IN_PROGRESS

The sandbox phase is still in progress.

STOPPED

The sandbox phase stopped.

SUCCEEDED

The sandbox phase succeeded.

TIMED_OUT

The sandbox phase timed out.

Public Property PhaseType System.String

Gets and sets the property PhaseType.

The name of the sandbox phase.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

When the sandbox phase started, expressed in Unix time format.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5