Compute Environment Launch Template Specification
data class ComputeEnvironmentLaunchTemplateSpecification(val launchTemplateId: String? = null, val launchTemplateName: String? = null, val version: String? = null)
Constructors
Link copied to clipboard
fun ComputeEnvironmentLaunchTemplateSpecification(launchTemplateId: String? = null, launchTemplateName: String? = null, version: String? = null)