GetTestGridProjectResult

data class GetTestGridProjectResult(val arn: String? = null, val description: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the TestGrid project. See Amazon resource names in the General Reference guide .

Link copied to clipboard
val description: String? = null

A human-readable description for the project.

Link copied to clipboard
val name: String? = null

A human-readable name for the project.

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

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .