ListFindingsResponse
public struct ListFindingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
Declaration
Swift
public let findings: [FindingSummary] -
A token used for pagination of results returned.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(findings: [FindingSummary], nextToken: String? = nil)
View on GitHub
ListFindingsResponse Structure Reference