Class: Aws::Types::DescribeConnectorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute 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]
Returns the value of attribute connector_configurations.
-
#connectors ⇒ ::Array[Types::ConnectorDetail]
Returns the value of attribute connectors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute 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]
Returns the value of attribute connector_configurations.
481 482 483 |
# File 'sig/types.rbs', line 481 def connector_configurations @connector_configurations end |
#connectors ⇒ ::Array[Types::ConnectorDetail]
Returns the value of attribute connectors.
482 483 484 |
# File 'sig/types.rbs', line 482 def connectors @connectors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
483 484 485 |
# File 'sig/types.rbs', line 483 def next_token @next_token end |