Class: Aws::Appflow::Types::SupportedFieldTypeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SupportedFieldTypeDetails
- 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
-
#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.
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 |