StoredProject
data class StoredProject(val accountId: AwsAccount, val region: Region, val name: ProjectName, val description: String?, val tags: Map<String, String>?, val created: Instant, val updated: Instant = created)
Constructors
Link copied to clipboard
constructor(accountId: AwsAccount, region: Region, name: ProjectName, description: String?, tags: Map<String, String>?, created: Instant, updated: Instant = created)