You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::ConnectorEntityField

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the data model of a connector field. For example, for an account entity, the fields would be account name, account ID, and so on.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the connector entity field.

Returns:

  • (String)

    A description of the connector entity field.

#destination_propertiesTypes::DestinationFieldProperties

The properties applied to a field when the connector is being used as a destination.

Returns:

#identifierString

The unique identifier of the connector field.

Returns:

  • (String)

    The unique identifier of the connector field.

#labelString

The label applied to a connector entity field.

Returns:

  • (String)

    The label applied to a connector entity field.

#source_propertiesTypes::SourceFieldProperties

The properties that can be applied to a field when the connector is being used as a source.

Returns:

#supported_field_type_detailsTypes::SupportedFieldTypeDetails

Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.

Returns: