DescribeDetectorRequest

public struct DescribeDetectorRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The detector ID.

    Declaration

    Swift

    public let detectorId: String
  • The maximum number of results to return for the request.

    Declaration

    Swift

    public let maxResults: Int?
  • The next token from the previous response.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws