GetProjectResult

data class GetProjectResult(val assetIds: List<String>? = null, val projectArn: String? = null, val projectDescription: String? = null, val projectId: String? = null, val projectName: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(assetIds: List<String>? = null, projectArn: String? = null, projectDescription: String? = null, projectId: String? = null, projectName: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The IDs of the assets to be associated to the project.

Link copied to clipboard
val projectArn: String? = null

The ARN of the project.

Link copied to clipboard

A description for the project.

Link copied to clipboard
val projectId: String? = null

The ID of the project.

Link copied to clipboard
val projectName: String? = null

A friendly name for the project.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the project.