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
fun GetProjectResult(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
Link copied to clipboard
val projectId: String? = null
Link copied to clipboard

The status of a project.