class Aws::Appflow::Types::DescribeConnectorProfilesRequest

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

data as a hash:

    {
      connector_profile_names: ["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
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] connector_profile_names

The name of the connector profile. The name is unique for each
`ConnectorProfile` in the Amazon Web Services account.
@return [Array<String>]

@!attribute [rw] connector_type

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

@!attribute [rw] max_results

Specifies the maximum number of items that should be returned in the
result set. The default for `maxResults` is 20 (for all paginated
API operations).
@return [Integer]

@!attribute [rw] next_token

The pagination token for the next page of data.
@return [String]

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

Constants

SENSITIVE