class Aws::Appflow::Types::FieldTypeDetails

Contains details regarding the supported field type and the operators that can be applied for filtering.

@!attribute [rw] field_type

The type of field, such as string, integer, date, and so on.
@return [String]

@!attribute [rw] filter_operators

The list of operators supported by a field.
@return [Array<String>]

@!attribute [rw] supported_values

The list of values that a field can contain. For example, a Boolean
`fieldType` can have two values: "true" and "false".
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/FieldTypeDetails AWS API Documentation

Constants

SENSITIVE