GetProjectResult

data class GetProjectResult(val creationTime: String? = null, val projectArn: String? = null, val projectId: String? = null, val projectStatus: ProjectStatus? = null, val serviceCatalogProvisionedProductDetails: ServiceCatalogProvisionedProductDetailsProperties? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, projectArn: String? = null, projectId: String? = null, projectStatus: ProjectStatus? = null, serviceCatalogProvisionedProductDetails: ServiceCatalogProvisionedProductDetailsProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The time at which the project was created.

Link copied to clipboard
val projectArn: String? = null

The Amazon Resource Name (ARN) of the project.

Link copied to clipboard
val projectId: String? = null

The ID of the project. This ID is prepended to all entities associated with this project.

Link copied to clipboard

The status of a project.