GetFindingsResponse
public struct GetFindingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The findings that matched the filters specified in the request.
Declaration
Swift
public let findings: [AwsSecurityFinding]
-
The pagination token to use to request the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(findings: [AwsSecurityFinding], nextToken: String? = nil)