CreateLaunchTemplateVersionResult
public struct CreateLaunchTemplateVersionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the launch template version.
Declaration
Swift
public let launchTemplateVersion: LaunchTemplateVersion?
-
If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that’s found.
Declaration
Swift
public let warning: ValidationWarning?
-
Undocumented
Declaration
Swift
public init(launchTemplateVersion: LaunchTemplateVersion? = nil, warning: ValidationWarning? = nil)