ListFindingsRequest

public struct ListFindingsRequest : AWSShape
extension AccessAnalyzer.ListFindingsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the analyzer to retrieve findings from.

    Declaration

    Swift

    public let analyzerArn: String
  • A filter to match for the findings to return.

    Declaration

    Swift

    public let filter: [String : Criterion]?
  • The maximum number of results to return in the response.

    Declaration

    Swift

    public let maxResults: Int?
  • A token used for pagination of results returned.

    Declaration

    Swift

    public let nextToken: String?
  • The sort order for the findings returned.

    Declaration

    Swift

    public let sort: SortCriteria?
  • Undocumented

    Declaration

    Swift

    public init(analyzerArn: String, filter: [String : Criterion]? = nil, maxResults: Int? = nil, nextToken: String? = nil, sort: SortCriteria? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws