GetFilterRequest
public struct GetFilterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of the detector that the filter is associated with.
Declaration
Swift
public let detectorId: String -
The name of the filter you want to get.
Declaration
Swift
public let filterName: String -
Undocumented
Declaration
Swift
public init(detectorId: String, filterName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetFilterRequest Structure Reference