Class: Aws::CustomerProfiles::Types::SourceConnectorProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SourceConnectorProperties
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketo ⇒ Types::MarketoSourceProperties
The properties that are applied when Marketo is being used as a source.
-
#s3 ⇒ Types::S3SourceProperties
The properties that are applied when Amazon S3 is being used as the flow source.
-
#salesforce ⇒ Types::SalesforceSourceProperties
The properties that are applied when Salesforce is being used as a source.
-
#service_now ⇒ Types::ServiceNowSourceProperties
The properties that are applied when ServiceNow is being used as a source.
-
#zendesk ⇒ Types::ZendeskSourceProperties
The properties that are applied when using Zendesk as a flow source.
Instance Attribute Details
#marketo ⇒ Types::MarketoSourceProperties
The properties that are applied when Marketo is being used as a source.
6315 6316 6317 6318 6319 6320 6321 6322 6323 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6315 class SourceConnectorProperties < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Types::S3SourceProperties
The properties that are applied when Amazon S3 is being used as the flow source.
6315 6316 6317 6318 6319 6320 6321 6322 6323 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6315 class SourceConnectorProperties < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#salesforce ⇒ Types::SalesforceSourceProperties
The properties that are applied when Salesforce is being used as a source.
6315 6316 6317 6318 6319 6320 6321 6322 6323 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6315 class SourceConnectorProperties < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#service_now ⇒ Types::ServiceNowSourceProperties
The properties that are applied when ServiceNow is being used as a source.
6315 6316 6317 6318 6319 6320 6321 6322 6323 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6315 class SourceConnectorProperties < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |
#zendesk ⇒ Types::ZendeskSourceProperties
The properties that are applied when using Zendesk as a flow source.
6315 6316 6317 6318 6319 6320 6321 6322 6323 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6315 class SourceConnectorProperties < Struct.new( :marketo, :s3, :salesforce, :service_now, :zendesk) SENSITIVE = [] include Aws::Structure end |