DeleteProtocolsListRequest
public struct DeleteProtocolsListRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the protocols list that you want to delete. You can retrieve this ID from PutProtocolsList, ListProtocolsLists, and GetProtocolsLost.
Declaration
Swift
public let listId: String
-
Undocumented
Declaration
Swift
public init(listId: String)
-
Declaration
Swift
public func validate(name: String) throws