Class: Aws::Appflow::Types::VeevaSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::VeevaSourceProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass VeevaSourceProperties data as a hash:
{
object: "Object", # required
}
The properties that are applied when using Veeva as a flow source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Veeva flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Veeva flow source.
5150 5151 5152 5153 5154 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5150 class VeevaSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |