Class: Aws::Types::VeevaSourceProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_type::String

Returns the value of attribute document_type.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def document_type
  @document_type
end

#include_all_versionsBoolean

Returns the value of attribute include_all_versions.

Returns:

  • (Boolean)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def include_all_versions
  @include_all_versions
end

#include_renditionsBoolean

Returns the value of attribute include_renditions.

Returns:

  • (Boolean)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def include_renditions
  @include_renditions
end

#include_source_filesBoolean

Returns the value of attribute include_source_files.

Returns:

  • (Boolean)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def include_source_files
  @include_source_files
end

#object::String

Returns the value of attribute object.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def object
  @object
end