Class: Aws::Types::VeevaSourceProperties
- Inherits:
-
Object
- Object
- Aws::Types::VeevaSourceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_type ⇒ ::String
Returns the value of attribute document_type.
-
#include_all_versions ⇒ Boolean
Returns the value of attribute include_all_versions.
-
#include_renditions ⇒ Boolean
Returns the value of attribute include_renditions.
-
#include_source_files ⇒ Boolean
Returns the value of attribute include_source_files.
-
#object ⇒ ::String
Returns the value of attribute object.
Instance Attribute Details
#document_type ⇒ ::String
Returns the value of attribute document_type.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def document_type @document_type end |
#include_all_versions ⇒ Boolean
Returns the value of attribute include_all_versions.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def include_all_versions @include_all_versions end |
#include_renditions ⇒ Boolean
Returns the value of attribute include_renditions.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def include_renditions @include_renditions end |
#include_source_files ⇒ Boolean
Returns the value of attribute include_source_files.
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.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def object @object end |