GetSuiteDefinitionResult

data class GetSuiteDefinitionResult(val suiteDefinitionArn: String? = null, val suiteDefinitionConfiguration: SuiteDefinitionConfigurationProperties? = null, val suiteDefinitionId: String? = null, val suiteDefinitionVersion: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(suiteDefinitionArn: String? = null, suiteDefinitionConfiguration: SuiteDefinitionConfigurationProperties? = null, suiteDefinitionId: String? = null, suiteDefinitionVersion: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource name for the suite definition.

Link copied to clipboard

The configuration of the Suite Definition. Listed below are the required elements of the SuiteDefinitionConfiguration .

Link copied to clipboard

The unique identifier for the suite definition.

Link copied to clipboard

The suite definition version of a test suite.

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

An array of key-value pairs to apply to this resource.