Module: Aws::Appflow::Client::_DescribeConnectorsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConnectorsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connector_configurations ⇒ ::Hash[("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot"), Types::ConnectorConfiguration]
- #connectors ⇒ ::Array[Types::ConnectorDetail]
- #next_token ⇒ ::String
Instance Method Details
#connector_configurations ⇒ ::Hash[("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot"), Types::ConnectorConfiguration]
199 |
# File 'sig/client.rbs', line 199
def connector_configurations: () -> ::Hash[("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot"), Types::ConnectorConfiguration]
|
#connectors ⇒ ::Array[Types::ConnectorDetail]
200 |
# File 'sig/client.rbs', line 200
def connectors: () -> ::Array[Types::ConnectorDetail]
|
#next_token ⇒ ::String
201 |
# File 'sig/client.rbs', line 201
def next_token: () -> ::String
|