Class: Aws::Types::DestinationConnectorProperties
- Inherits:
-
Object
- Object
- Aws::Types::DestinationConnectorProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_connector ⇒ Types::CustomConnectorDestinationProperties
Returns the value of attribute custom_connector.
-
#customer_profiles ⇒ Types::CustomerProfilesDestinationProperties
Returns the value of attribute customer_profiles.
-
#event_bridge ⇒ Types::EventBridgeDestinationProperties
Returns the value of attribute event_bridge.
-
#honeycode ⇒ Types::HoneycodeDestinationProperties
Returns the value of attribute honeycode.
-
#lookout_metrics ⇒ Types::LookoutMetricsDestinationProperties
Returns the value of attribute lookout_metrics.
-
#marketo ⇒ Types::MarketoDestinationProperties
Returns the value of attribute marketo.
-
#redshift ⇒ Types::RedshiftDestinationProperties
Returns the value of attribute redshift.
-
#s3 ⇒ Types::S3DestinationProperties
Returns the value of attribute s3.
-
#salesforce ⇒ Types::SalesforceDestinationProperties
Returns the value of attribute salesforce.
-
#sapo_data ⇒ Types::SAPODataDestinationProperties
Returns the value of attribute sapo_data.
-
#snowflake ⇒ Types::SnowflakeDestinationProperties
Returns the value of attribute snowflake.
-
#upsolver ⇒ Types::UpsolverDestinationProperties
Returns the value of attribute upsolver.
-
#zendesk ⇒ Types::ZendeskDestinationProperties
Returns the value of attribute zendesk.
Instance Attribute Details
#custom_connector ⇒ Types::CustomConnectorDestinationProperties
Returns the value of attribute custom_connector.
540 541 542 |
# File 'sig/types.rbs', line 540 def custom_connector @custom_connector end |
#customer_profiles ⇒ Types::CustomerProfilesDestinationProperties
Returns the value of attribute customer_profiles.
537 538 539 |
# File 'sig/types.rbs', line 537 def customer_profiles @customer_profiles end |
#event_bridge ⇒ Types::EventBridgeDestinationProperties
Returns the value of attribute event_bridge.
533 534 535 |
# File 'sig/types.rbs', line 533 def event_bridge @event_bridge end |
#honeycode ⇒ Types::HoneycodeDestinationProperties
Returns the value of attribute honeycode.
536 537 538 |
# File 'sig/types.rbs', line 536 def honeycode @honeycode end |
#lookout_metrics ⇒ Types::LookoutMetricsDestinationProperties
Returns the value of attribute lookout_metrics.
534 535 536 |
# File 'sig/types.rbs', line 534 def lookout_metrics @lookout_metrics end |
#marketo ⇒ Types::MarketoDestinationProperties
Returns the value of attribute marketo.
539 540 541 |
# File 'sig/types.rbs', line 539 def marketo @marketo end |
#redshift ⇒ Types::RedshiftDestinationProperties
Returns the value of attribute redshift.
529 530 531 |
# File 'sig/types.rbs', line 529 def redshift @redshift end |
#s3 ⇒ Types::S3DestinationProperties
Returns the value of attribute s3.
530 531 532 |
# File 'sig/types.rbs', line 530 def s3 @s3 end |
#salesforce ⇒ Types::SalesforceDestinationProperties
Returns the value of attribute salesforce.
531 532 533 |
# File 'sig/types.rbs', line 531 def salesforce @salesforce end |
#sapo_data ⇒ Types::SAPODataDestinationProperties
Returns the value of attribute sapo_data.
541 542 543 |
# File 'sig/types.rbs', line 541 def sapo_data @sapo_data end |
#snowflake ⇒ Types::SnowflakeDestinationProperties
Returns the value of attribute snowflake.
532 533 534 |
# File 'sig/types.rbs', line 532 def snowflake @snowflake end |
#upsolver ⇒ Types::UpsolverDestinationProperties
Returns the value of attribute upsolver.
535 536 537 |
# File 'sig/types.rbs', line 535 def upsolver @upsolver end |
#zendesk ⇒ Types::ZendeskDestinationProperties
Returns the value of attribute zendesk.
538 539 540 |
# File 'sig/types.rbs', line 538 def zendesk @zendesk end |