LaunchTemplateSpecification

public struct LaunchTemplateSpecification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    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)