DeleteServerRequest
public struct DeleteServerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the server to delete.
Declaration
Swift
public let serverName: String
-
Undocumented
Declaration
Swift
public init(serverName: String)
-
Declaration
Swift
public func validate(name: String) throws