Method: Aws::Appflow::Types::SourceConnectorProperties#sapo_data
- Defined in:
- lib/aws-sdk-appflow/types.rb
#sapo_data ⇒ Types::SAPODataSourceProperties
The properties that are applied when using SAPOData as a flow source.
5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 |
# File 'lib/aws-sdk-appflow/types.rb', line 5130 class SourceConnectorProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :s3, :salesforce, :service_now, :singular, :slack, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |