BatchUpdateDetectorRequest
public struct BatchUpdateDetectorRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of detectors (instances) to update, along with the values to update.
Declaration
Swift
public let detectors: [UpdateDetectorRequest] -
Undocumented
Declaration
Swift
public init(detectors: [UpdateDetectorRequest]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchUpdateDetectorRequest Structure Reference