data class LaunchTemplateSystemDisk(val category: String? = null, val deleteWithInstance: Boolean? = null, val description: String? = null, val encrypted: Boolean? = null, val iops: String? = null, val name: String? = null, val performanceLevel: String? = null, val size: Int? = null)
Description of instance launch template version 1. It can be 2, 256 characters in length. It cannot start with "http://" or "https://". The default value is null.
Instance launch template name. Can contain 2, 128 characters in length. It must start with an English letter or Chinese, can contain numbers, periods (.), colons (:), underscores (_), and hyphens (-). It cannot start with "http://" or "https://".