GetFindingsRequest
public struct GetFindingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.
Declaration
Swift
public let detectorId: String -
The IDs of the findings that you want to retrieve.
Declaration
Swift
public let findingIds: [String] -
Represents the criteria used for sorting findings.
Declaration
Swift
public let sortCriteria: SortCriteria? -
Undocumented
Declaration
Swift
public init(detectorId: String, findingIds: [String], sortCriteria: SortCriteria? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetFindingsRequest Structure Reference