FilterActivity

public struct FilterActivity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An expression that looks like a SQL WHERE clause that must return a Boolean value.

    Declaration

    Swift

    public let filter: String
  • The name of the ‘filter’ activity.

    Declaration

    Swift

    public let name: String
  • The next activity in the pipeline.

    Declaration

    Swift

    public let next: String?
  • Undocumented

    Declaration

    Swift

    public init(filter: String, name: String, next: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws