DescribeProjectResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the project.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The description of the project, if any.

Link copied to clipboard
val id: String?

The ID of the project.

Link copied to clipboard
val name: String?

The display name for the project.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The project creation or deletion status.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String