Class: Aws::Appflow::Types::SupportedFieldTypeDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#v1Types::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