GetFindingsRequest

public struct GetFindingsRequest : AWSShape
extension SecurityHub.GetFindingsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The finding attributes used to define a condition to filter the returned findings. Note that in the available filter fields, WorkflowState is deprecated. To search for a finding based on its workflow status, use WorkflowStatus.

    Declaration

    Swift

    public let filters: AwsSecurityFindingFilters?
  • The maximum number of findings to return.

    Declaration

    Swift

    public let maxResults: Int?
  • The token that is required for pagination. On your first call to the GetFindings operation, set the value of this parameter to NULL. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

    Declaration

    Swift

    public let nextToken: String?
  • The finding attributes used to sort the list of returned findings.

    Declaration

    Swift

    public let sortCriteria: [SortCriterion]?
  • Undocumented

    Declaration

    Swift

    public init(filters: AwsSecurityFindingFilters? = nil, maxResults: Int? = nil, nextToken: String? = nil, sortCriteria: [SortCriterion]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws