ListAuditFindingsResponse

public struct ListAuditFindingsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The findings (results) of the audit.

    Declaration

    Swift

    public let findings: [AuditFinding]?
  • A token that can be used to retrieve the next set of results, or null if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(findings: [AuditFinding]? = nil, nextToken: String? = nil)