GetFindingsStatisticsRequest
public struct GetFindingsStatisticsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the detector that specifies the GuardDuty service whose findings’ statistics you want to retrieve.
Declaration
Swift
public let detectorId: String
-
Represents the criteria that is used for querying findings.
Declaration
Swift
public let findingCriteria: FindingCriteria?
-
The types of finding statistics to retrieve.
Declaration
Swift
public let findingStatisticTypes: [FindingStatisticType]
-
Undocumented
Declaration
Swift
public init(detectorId: String, findingCriteria: FindingCriteria? = nil, findingStatisticTypes: [FindingStatisticType])
-
Declaration
Swift
public func validate(name: String) throws