ListFindingsResponse
public struct ListFindingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IDs of the findings that you’re listing.
Declaration
Swift
public let findingIds: [String]
-
The pagination parameter to be used on the next list operation to retrieve more items.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(findingIds: [String], nextToken: String? = nil)