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
Note:
When making an API call, you may pass VeevaConnectorProfileProperties data as a hash:
{
instance_url: "InstanceUrl", # required
}
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.
5123 5124 5125 5126 5127 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5123 class VeevaConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |