LaunchTemplateVersion
public struct LaunchTemplateVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The principal that created the version.
Declaration
Swift
public let createdBy: String?
-
The time the version was created.
Declaration
Swift
public let createTime: TimeStamp?
-
Indicates whether the version is the default version.
Declaration
Swift
public let defaultVersion: Bool?
-
Information about the launch template.
Declaration
Swift
public let launchTemplateData: ResponseLaunchTemplateData?
-
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 description for the version.
Declaration
Swift
public let versionDescription: String?
-
The version number.
Declaration
Swift
public let versionNumber: Int64?
-
init(createdBy:createTime:defaultVersion:launchTemplateData:launchTemplateId:launchTemplateName:versionDescription:versionNumber:)
Undocumented
Declaration
Swift
public init(createdBy: String? = nil, createTime: TimeStamp? = nil, defaultVersion: Bool? = nil, launchTemplateData: ResponseLaunchTemplateData? = nil, launchTemplateId: String? = nil, launchTemplateName: String? = nil, versionDescription: String? = nil, versionNumber: Int64? = nil)