ArchiveFindingsRequest
public struct ArchiveFindingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
Declaration
Swift
public let detectorId: String -
The IDs of the findings that you want to archive.
Declaration
Swift
public let findingIds: [String] -
Undocumented
Declaration
Swift
public init(detectorId: String, findingIds: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ArchiveFindingsRequest Structure Reference