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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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.



5351
5352
5353
5354
5355
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5351

class SupportedFieldTypeDetails < Struct.new(
  :v1)
  SENSITIVE = []
  include Aws::Structure
end