Class: Aws::Types::SourceConnectorProperties
- Inherits:
-
Object
- Object
- Aws::Types::SourceConnectorProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amplitude ⇒ Types::AmplitudeSourceProperties
Returns the value of attribute amplitude.
-
#custom_connector ⇒ Types::CustomConnectorSourceProperties
Returns the value of attribute custom_connector.
-
#datadog ⇒ Types::DatadogSourceProperties
Returns the value of attribute datadog.
-
#dynatrace ⇒ Types::DynatraceSourceProperties
Returns the value of attribute dynatrace.
-
#google_analytics ⇒ Types::GoogleAnalyticsSourceProperties
Returns the value of attribute google_analytics.
-
#infor_nexus ⇒ Types::InforNexusSourceProperties
Returns the value of attribute infor_nexus.
-
#marketo ⇒ Types::MarketoSourceProperties
Returns the value of attribute marketo.
-
#pardot ⇒ Types::PardotSourceProperties
Returns the value of attribute pardot.
-
#s3 ⇒ Types::S3SourceProperties
Returns the value of attribute s3.
-
#salesforce ⇒ Types::SalesforceSourceProperties
Returns the value of attribute salesforce.
-
#sapo_data ⇒ Types::SAPODataSourceProperties
Returns the value of attribute sapo_data.
-
#service_now ⇒ Types::ServiceNowSourceProperties
Returns the value of attribute service_now.
-
#singular ⇒ Types::SingularSourceProperties
Returns the value of attribute singular.
-
#slack ⇒ Types::SlackSourceProperties
Returns the value of attribute slack.
-
#trendmicro ⇒ Types::TrendmicroSourceProperties
Returns the value of attribute trendmicro.
-
#veeva ⇒ Types::VeevaSourceProperties
Returns the value of attribute veeva.
-
#zendesk ⇒ Types::ZendeskSourceProperties
Returns the value of attribute zendesk.
Instance Attribute Details
#amplitude ⇒ Types::AmplitudeSourceProperties
Returns the value of attribute amplitude.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def amplitude @amplitude end |
#custom_connector ⇒ Types::CustomConnectorSourceProperties
Returns the value of attribute custom_connector.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def custom_connector @custom_connector end |
#datadog ⇒ Types::DatadogSourceProperties
Returns the value of attribute datadog.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def datadog @datadog end |
#dynatrace ⇒ Types::DynatraceSourceProperties
Returns the value of attribute dynatrace.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def dynatrace @dynatrace end |
#google_analytics ⇒ Types::GoogleAnalyticsSourceProperties
Returns the value of attribute google_analytics.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def google_analytics @google_analytics end |
#infor_nexus ⇒ Types::InforNexusSourceProperties
Returns the value of attribute infor_nexus.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def infor_nexus @infor_nexus end |
#marketo ⇒ Types::MarketoSourceProperties
Returns the value of attribute marketo.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def marketo @marketo end |
#pardot ⇒ Types::PardotSourceProperties
Returns the value of attribute pardot.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def pardot @pardot end |
#s3 ⇒ Types::S3SourceProperties
Returns the value of attribute s3.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def s3 @s3 end |
#salesforce ⇒ Types::SalesforceSourceProperties
Returns the value of attribute salesforce.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def salesforce @salesforce end |
#sapo_data ⇒ Types::SAPODataSourceProperties
Returns the value of attribute sapo_data.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def sapo_data @sapo_data end |
#service_now ⇒ Types::ServiceNowSourceProperties
Returns the value of attribute service_now.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def service_now @service_now end |
#singular ⇒ Types::SingularSourceProperties
Returns the value of attribute singular.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def singular @singular end |
#slack ⇒ Types::SlackSourceProperties
Returns the value of attribute slack.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def slack @slack end |
#trendmicro ⇒ Types::TrendmicroSourceProperties
Returns the value of attribute trendmicro.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def trendmicro @trendmicro end |
#veeva ⇒ Types::VeevaSourceProperties
Returns the value of attribute veeva.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def veeva @veeva end |
#zendesk ⇒ Types::ZendeskSourceProperties
Returns the value of attribute zendesk.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def zendesk @zendesk end |