GetProjectResult

data class GetProjectResult(val createdAt: String? = null, val createdBy: String? = null, val description: String? = null, val domainId: String? = null, val glossaryTerms: List<String>? = null, val id: String? = null, val lastUpdatedAt: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, createdBy: String? = null, description: String? = null, domainId: String? = null, glossaryTerms: List<String>? = null, id: String? = null, lastUpdatedAt: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the project was created.

Link copied to clipboard
val createdBy: String? = null

The Amazon DataZone user who created the project.

Link copied to clipboard
val description: String? = null

The description of the Amazon DataZone project.

Link copied to clipboard
val domainId: String? = null

The identifier of the Amazon DataZone domain in which the project was created.

Link copied to clipboard
val glossaryTerms: List<String>? = null

The glossary terms that can be used in this Amazon DataZone project.

Link copied to clipboard
val id: String? = null

The ID of the Amazon DataZone project.

Link copied to clipboard
val lastUpdatedAt: String? = null

The timestamp of when the project was last updated.

Link copied to clipboard
val name: String? = null

The name of the Amazon DataZone project.