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

Class: Aws::Appflow::Types::DescribeConnectorsRequest

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

Overview

Note:

When passing DescribeConnectorsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#connector_typesArray<String>

The type of connector, such as Salesforce, Amplitude, and so on.

Returns:

  • (Array<String>)

    The type of connector, such as Salesforce, Amplitude, and so on.

#next_tokenString

The pagination token for the next page of data.

Returns:

  • (String)

    The pagination token for the next page of data.