Class: Aws::Appflow::Types::VeevaConnectorProfileProperties

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_urlString

The location of the Veeva resource.

Returns:

  • (String)


5876
5877
5878
5879
5880
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5876

class VeevaConnectorProfileProperties < Struct.new(
  :instance_url)
  SENSITIVE = []
  include Aws::Structure
end