Selector

public struct Selector : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the field that the operator will be applied to. The field name is the “key” portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

    Declaration

    Swift

    public let fieldName: String?
  • Undocumented

    Declaration

    Swift

    public let `operator`: Operator?
  • Undocumented

    Declaration

    Swift

    public init(fieldName: String? = nil, operator: Operator? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws