Get Project Result
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)
Properties
Link copied to clipboard
The time at which the project was created.
Link copied to clipboard
The Amazon Resource Name (ARN) of the project.
Link copied to clipboard
The status of a project.
Link copied to clipboard
val serviceCatalogProvisionedProductDetails: ServiceCatalogProvisionedProductDetailsProperties? = null
Provisioned ServiceCatalog Details