LaunchTemplateSpecification
public struct LaunchTemplateSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the launch template.
Declaration
Swift
public let id: String? -
The name of the launch template.
Declaration
Swift
public let name: String? -
The version of the launch template to use. If no version is specified, then the template’s default version is used.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil, version: String? = nil)
View on GitHub
LaunchTemplateSpecification Structure Reference