Class: Aws::Appflow::Types::VeevaSourceProperties

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

Instance Attribute Details

#document_typeString

The document type specified in the Veeva document extract flow.

Returns:

  • (String)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5915

class VeevaSourceProperties < Struct.new(
  :object,
  :document_type,
  :include_source_files,
  :include_renditions,
  :include_all_versions)
  SENSITIVE = []
  include Aws::Structure
end

#include_all_versionsBoolean

Boolean value to include All Versions of files in Veeva document extract flow.

Returns:

  • (Boolean)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5915

class VeevaSourceProperties < Struct.new(
  :object,
  :document_type,
  :include_source_files,
  :include_renditions,
  :include_all_versions)
  SENSITIVE = []
  include Aws::Structure
end

#include_renditionsBoolean

Boolean value to include file renditions in Veeva document extract flow.

Returns:

  • (Boolean)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5915

class VeevaSourceProperties < Struct.new(
  :object,
  :document_type,
  :include_source_files,
  :include_renditions,
  :include_all_versions)
  SENSITIVE = []
  include Aws::Structure
end

#include_source_filesBoolean

Boolean value to include source files in Veeva document extract flow.

Returns:

  • (Boolean)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5915

class VeevaSourceProperties < Struct.new(
  :object,
  :document_type,
  :include_source_files,
  :include_renditions,
  :include_all_versions)
  SENSITIVE = []
  include Aws::Structure
end

#objectString

The object specified in the Veeva flow source.

Returns:

  • (String)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5915

class VeevaSourceProperties < Struct.new(
  :object,
  :document_type,
  :include_source_files,
  :include_renditions,
  :include_all_versions)
  SENSITIVE = []
  include Aws::Structure
end