LaunchTemplateSpecificationResponse

data class LaunchTemplateSpecificationResponse(val id: String? = null, val launchTemplateId: String? = null, val launchTemplateName: String? = null, val name: String? = null, val version: String? = null)

Definition of LaunchTemplateSpecification

Constructors

Link copied to clipboard
constructor(id: String? = null, launchTemplateId: String? = null, launchTemplateName: String? = null, name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Property id

Link copied to clipboard

The ID of the launch template. You must specify the `LaunchTemplateID` or the `LaunchTemplateName`, but not both.

Link copied to clipboard

The name of the launch template. You must specify the `LaunchTemplateName` or the `LaunchTemplateID`, but not both.

Link copied to clipboard
val name: String? = null

Property name

Link copied to clipboard
val version: String? = null

Property version