DetectorDebugOption

public struct DetectorDebugOption : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the detector model.

    Declaration

    Swift

    public let detectorModelName: String
  • The value of the input attribute key used to create the detector (the instance of the detector model).

    Declaration

    Swift

    public let keyValue: String?
  • Undocumented

    Declaration

    Swift

    public init(detectorModelName: String, keyValue: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws