CreateLaunchTemplateResult
public struct CreateLaunchTemplateResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the launch template.
Declaration
Swift
public let launchTemplate: LaunchTemplate?
-
If 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(launchTemplate: LaunchTemplate? = nil, warning: ValidationWarning? = nil)