ListDetectorsRequest

public struct ListDetectorsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the detector model whose detectors (instances) are listed.

    Declaration

    Swift

    public let detectorModelName: String
  • The maximum number of results to return at one time.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • A filter that limits results to those detectors (instances) in the given state.

    Declaration

    Swift

    public let stateName: String?
  • Undocumented

    Declaration

    Swift

    public init(detectorModelName: String, maxResults: Int? = nil, nextToken: String? = nil, stateName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws