DeleteConfigurationTemplateMessage
public struct DeleteConfigurationTemplateMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the application to delete the configuration template from.
Declaration
Swift
public let applicationName: String
-
The name of the configuration template to delete.
Declaration
Swift
public let templateName: String
-
Undocumented
Declaration
Swift
public init(applicationName: String, templateName: String)
-
Declaration
Swift
public func validate(name: String) throws