EntityFilter

public struct EntityFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

    Declaration

    Swift

    public let name: EntityFilterName?
  • An array of string values for the search filter field. Multiple values function as AND criteria in the search.

    Declaration

    Swift

    public let value: [String]?
  • Undocumented

    Declaration

    Swift

    public init(name: EntityFilterName? = nil, value: [String]? = nil)