LaunchTemplate
public struct LaunchTemplate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The principal that created the launch template.
Declaration
Swift
public let createdBy: String?
-
The time launch template was created.
Declaration
Swift
public let createTime: TimeStamp?
-
The version number of the default version of the launch template.
Declaration
Swift
public let defaultVersionNumber: Int64?
-
The version number of the latest version of the launch template.
Declaration
Swift
public let latestVersionNumber: Int64?
-
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 tags for the launch template.
Declaration
Swift
public let tags: [Tag]?
-
init(createdBy:createTime:defaultVersionNumber:latestVersionNumber:launchTemplateId:launchTemplateName:tags:)
Undocumented
Declaration
Swift
public init(createdBy: String? = nil, createTime: TimeStamp? = nil, defaultVersionNumber: Int64? = nil, latestVersionNumber: Int64? = nil, launchTemplateId: String? = nil, launchTemplateName: String? = nil, tags: [Tag]? = nil)