You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::FieldTypeDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#field_typeString

The type of field, such as string, integer, date, and so on.

Returns:

  • (String)

    The type of field, such as string, integer, date, and so on.

#filter_operatorsArray<String>

The list of operators supported by a field.

Returns:

  • (Array<String>)

    The list of operators supported by a field.

#supported_valuesArray<String>

The list of values that a field can contain. For example, a Boolean fieldType can have two values: \"true\" and \"false\".

Returns:

  • (Array<String>)

    The list of values that a field can contain.