DeleteAppsListRequest

public struct DeleteAppsListRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the applications list that you want to delete. You can retrieve this ID from PutAppsList, ListAppsLists, and GetAppsList.

    Declaration

    Swift

    public let listId: String
  • Undocumented

    Declaration

    Swift

    public init(listId: String)
  • Declaration

    Swift

    public func validate(name: String) throws