LaunchTemplateSpecification
public struct LaunchTemplateSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the launch template.
Declaration
Swift
public let launchTemplateId: String?
-
The name of the launch template.
Declaration
Swift
public let launchTemplateName: String?
-
The version number of the launch template. Default: The default version for the launch template.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(launchTemplateId: String? = nil, launchTemplateName: String? = nil, version: String? = nil)