GetDetectorsResult
public struct GetDetectorsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The detectors.
Declaration
Swift
public let detectors: [Detector]?
-
The next page token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(detectors: [Detector]? = nil, nextToken: String? = nil)