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 DescribeProject operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CodeStar.Model.DescribeProjectResponse

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

Syntax

C#
public class DescribeProjectResponse : AmazonWebServiceResponse

The DescribeProjectResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeProjectResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) for the project.

Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

A user- or system-generated token that identifies the entity that requested project creation.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimeStamp System.DateTime

Gets and sets the property CreatedTimeStamp.

The date and time the project was created, in timestamp format.

Public Property Description System.String

Gets and sets the property Description.

The description of the project, if any.

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

Gets and sets the property Id.

The ID of the project.

Public Property Name System.String

Gets and sets the property Name.

The display name for the project.

Public Property ProjectTemplateId System.String

Gets and sets the property ProjectTemplateId.

The ID for the AWS CodeStar project template used to create the project.

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

Gets and sets the property StackId.

The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

Public Property Status Amazon.CodeStar.Model.ProjectStatus

Gets and sets the property Status.

The project creation or deletion status.

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