GetFilterResponse

public struct GetFilterResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the action that is to be applied to the findings that match the filter.

    Declaration

    Swift

    public let action: FilterAction
  • The description of the filter.

    Declaration

    Swift

    public let description: String?
  • Represents the criteria to be used in the filter for querying findings.

    Declaration

    Swift

    public let findingCriteria: FindingCriteria
  • The name of the filter.

    Declaration

    Swift

    public let name: String
  • Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.

    Declaration

    Swift

    public let rank: Int?
  • The tags of the filter resource.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(action: FilterAction, description: String? = nil, findingCriteria: FindingCriteria, name: String, rank: Int? = nil, tags: [String : String]? = nil)