Get Suite Definition Result
data class GetSuiteDefinitionResult(val suiteDefinitionArn: String? = null, val suiteDefinitionConfiguration: SuiteDefinitionConfigurationProperties? = null, val suiteDefinitionId: String? = null, val suiteDefinitionVersion: String? = null, val tags: List<Tag>? = null)
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.