Class: Aws::Types::ConfluenceAttachmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceAttachmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_field_mappings ⇒ ::Array[Types::ConfluenceAttachmentToIndexFieldMapping]
Returns the value of attribute attachment_field_mappings.
-
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
Instance Attribute Details
#attachment_field_mappings ⇒ ::Array[Types::ConfluenceAttachmentToIndexFieldMapping]
Returns the value of attribute attachment_field_mappings.
281 282 283 |
# File 'sig/types.rbs', line 281 def @attachment_field_mappings end |
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
280 281 282 |
# File 'sig/types.rbs', line 280 def @crawl_attachments end |