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
- Struct
- Aws::Appflow::Types::FieldTypeDetails
- 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
-
#field_type ⇒ String
The type of field, such as string, integer, date, and so on.
-
#filter_operators ⇒ Array<String>
The list of operators supported by a field.
-
#supported_values ⇒ Array<String>
The list of values that a field can contain.
Instance Attribute Details
#field_type ⇒ String
The type of field, such as string, integer, date, and so on.
#filter_operators ⇒ Array<String>
The list of operators supported by a field.
#supported_values ⇒ Array<String>
The list of values that a field can contain. For example, a Boolean
fieldType
can have two values: \"true\" and \"false\".