DeleteThreatIntelSetRequest

public struct DeleteThreatIntelSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let detectorId: String
  • The unique ID of the threatIntelSet that you want to delete.

    Declaration

    Swift

    public let threatIntelSetId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws