Class: Aws::Appflow::Types::VeevaConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::VeevaConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile properties required when using Veeva.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_url ⇒ String
The location of the Veeva resource.
Instance Attribute Details
#instance_url ⇒ String
The location of the Veeva resource.
5870 5871 5872 5873 5874 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5870 class VeevaConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |