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
The properties that are applied when using Veeva as a flow source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_type ⇒ String
The document type specified in the Veeva document extract flow.
-
#include_all_versions ⇒ Boolean
Boolean value to include All Versions of files in Veeva document extract flow.
-
#include_renditions ⇒ Boolean
Boolean value to include file renditions in Veeva document extract flow.
-
#include_source_files ⇒ Boolean
Boolean value to include source files in Veeva document extract flow.
-
#object ⇒ String
The object specified in the Veeva flow source.
Instance Attribute Details
#document_type ⇒ String
The document type specified in the Veeva document extract flow.
5909 5910 5911 5912 5913 5914 5915 5916 5917 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5909 class VeevaSourceProperties < Struct.new( :object, :document_type, :include_source_files, :include_renditions, :include_all_versions) SENSITIVE = [] include Aws::Structure end |
#include_all_versions ⇒ Boolean
Boolean value to include All Versions of files in Veeva document extract flow.
5909 5910 5911 5912 5913 5914 5915 5916 5917 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5909 class VeevaSourceProperties < Struct.new( :object, :document_type, :include_source_files, :include_renditions, :include_all_versions) SENSITIVE = [] include Aws::Structure end |
#include_renditions ⇒ Boolean
Boolean value to include file renditions in Veeva document extract flow.
5909 5910 5911 5912 5913 5914 5915 5916 5917 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5909 class VeevaSourceProperties < Struct.new( :object, :document_type, :include_source_files, :include_renditions, :include_all_versions) SENSITIVE = [] include Aws::Structure end |
#include_source_files ⇒ Boolean
Boolean value to include source files in Veeva document extract flow.
5909 5910 5911 5912 5913 5914 5915 5916 5917 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5909 class VeevaSourceProperties < Struct.new( :object, :document_type, :include_source_files, :include_renditions, :include_all_versions) SENSITIVE = [] include Aws::Structure end |
#object ⇒ String
The object specified in the Veeva flow source.
5909 5910 5911 5912 5913 5914 5915 5916 5917 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5909 class VeevaSourceProperties < Struct.new( :object, :document_type, :include_source_files, :include_renditions, :include_all_versions) SENSITIVE = [] include Aws::Structure end |