Get Launch Result
data class GetLaunchResult(val arn: String? = null, val description: String? = null, val executionStatus: LaunchExecutionStatusObject? = null, val groups: List<LaunchGroupObject>? = null, val metricMonitors: List<LaunchMetricDefinitionObject>? = null, val randomizationSalt: String? = null, val scheduledSplitsConfig: List<LaunchStepConfig>? = null, val tags: List<LaunchTag>? = null)
Constructors
Link copied to clipboard
fun GetLaunchResult(arn: String? = null, description: String? = null, executionStatus: LaunchExecutionStatusObject? = null, groups: List<LaunchGroupObject>? = null, metricMonitors: List<LaunchMetricDefinitionObject>? = null, randomizationSalt: String? = null, scheduledSplitsConfig: List<LaunchStepConfig>? = null, tags: List<LaunchTag>? = null)