DeleteFilterRequest

public struct DeleteFilterRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID of the detector that the filter is associated with.

    Declaration

    Swift

    public let detectorId: String
  • The name of the filter that you want to delete.

    Declaration

    Swift

    public let filterName: String
  • Undocumented

    Declaration

    Swift

    public init(detectorId: String, filterName: String)
  • Declaration

    Swift

    public func validate(name: String) throws