Class: Aws::Appflow::Types::SupportedFieldTypeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SupportedFieldTypeDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Contains details regarding all the supported ‘FieldTypes` and their corresponding `filterOperators` and `supportedValues`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#v1 ⇒ Types::FieldTypeDetails
The initial supported version for ‘fieldType`.
Instance Attribute Details
#v1 ⇒ Types::FieldTypeDetails
The initial supported version for ‘fieldType`. If this is later changed to a different version, v2 will be introduced.
5345 5346 5347 5348 5349 |
# File 'lib/aws-sdk-appflow/types.rb', line 5345 class SupportedFieldTypeDetails < Struct.new( :v1) SENSITIVE = [] include Aws::Structure end |