class Aws::Appflow::Types::ListConnectorEntitiesRequest

@note When making an API call, you may pass ListConnectorEntitiesRequest

data as a hash:

    {
      connector_profile_name: "ConnectorProfileName",
      connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData
      entities_path: "EntitiesPath",
    }

@!attribute [rw] connector_profile_name

The name of the connector profile. The name is unique for each
`ConnectorProfile` in the Amazon Web Services account, and is used
to query the downstream connector.
@return [String]

@!attribute [rw] connector_type

The type of connector, such as Salesforce, Amplitude, and so on.
@return [String]

@!attribute [rw] entities_path

This optional parameter is specific to connector implementation.
Some connectors support multiple levels or categories of entities.
You can find out the list of roots for such providers by sending a
request without the `entitiesPath` parameter. If the connector
supports entities at different roots, this initial request returns
the list of roots. Otherwise, this request returns all entities
supported by the provider.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ListConnectorEntitiesRequest AWS API Documentation

Constants

SENSITIVE