Method: Aws::Appflow::Types::ConnectorEntityField#identifier
- Defined in:
- lib/aws-sdk-appflow/types.rb
#identifier ⇒ String
The unique identifier of the connector field.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'lib/aws-sdk-appflow/types.rb', line 610 class ConnectorEntityField < Struct.new( :identifier, :parent_identifier, :label, :is_primary_key, :default_value, :is_deprecated, :supported_field_type_details, :description, :source_properties, :destination_properties, :custom_properties) SENSITIVE = [] include Aws::Structure end |