ListAuditFindingsRequest

public struct ListAuditFindingsRequest : AWSShape
extension IoT.ListAuditFindingsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A filter to limit results to the findings for the specified audit check.

    Declaration

    Swift

    public let checkName: String?
  • A filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed. If this parameter isn’t provided, the response will list both suppressed and unsuppressed findings.

    Declaration

    Swift

    public let listSuppressedFindings: Bool?
  • The maximum number of results to return at one time. The default is 25.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Information identifying the noncompliant resource.

    Declaration

    Swift

    public let resourceIdentifier: ResourceIdentifier?
  • A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • A filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both.

    Declaration

    Swift

    public let taskId: String?
  • Undocumented

    Declaration

    Swift

    public init(checkName: String? = nil, endTime: TimeStamp? = nil, listSuppressedFindings: Bool? = nil, maxResults: Int? = nil, nextToken: String? = nil, resourceIdentifier: ResourceIdentifier? = nil, startTime: TimeStamp? = nil, taskId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListAuditFindingsRequest