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.

This is the response object from the GetDevEnvironment operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CodeCatalyst.Model.GetDevEnvironmentResponse

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

Syntax

C#
public class GetDevEnvironmentResponse : AmazonWebServiceResponse

The GetDevEnvironmentResponse type exposes the following members

Constructors

NameDescription
Public Method GetDevEnvironmentResponse()

Properties

NameTypeDescription
Public Property Alias System.String

Gets and sets the property Alias.

The user-specified alias for the Dev Environment.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatorId System.String

Gets and sets the property CreatorId.

The system-generated unique ID of the user who created the Dev Environment.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Id System.String

Gets and sets the property Id.

The system-generated unique ID of the Dev Environment.

Public Property Ides System.Collections.Generic.List<Amazon.CodeCatalyst.Model.Ide>

Gets and sets the property Ides.

Information about the integrated development environment (IDE) configured for the Dev Environment.

Public Property InactivityTimeoutMinutes System.Int32

Gets and sets the property InactivityTimeoutMinutes.

The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.

Public Property InstanceType Amazon.CodeCatalyst.InstanceType

Gets and sets the property InstanceType.

The Amazon EC2 instace type to use for the Dev Environment.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Public Property PersistentStorage Amazon.CodeCatalyst.Model.PersistentStorage

Gets and sets the property PersistentStorage.

Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.

Public Property ProjectName System.String

Gets and sets the property ProjectName.

The name of the project in the space.

Public Property Repositories System.Collections.Generic.List<Amazon.CodeCatalyst.Model.DevEnvironmentRepositorySummary>

Gets and sets the property Repositories.

The source repository that contains the branch cloned into the Dev Environment.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SpaceName System.String

Gets and sets the property SpaceName.

The name of the space.

Public Property Status Amazon.CodeCatalyst.DevEnvironmentStatus

Gets and sets the property Status.

The current status of the Dev Environment.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

The reason for the status.

Public Property VpcConnectionName System.String

Gets and sets the property VpcConnectionName.

The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.

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