Class: Aws::Types::QuipConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QuipConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute attachment_field_mappings.
-
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
-
#crawl_chat_rooms ⇒ Boolean
Returns the value of attribute crawl_chat_rooms.
-
#crawl_file_comments ⇒ Boolean
Returns the value of attribute crawl_file_comments.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#folder_ids ⇒ ::Array[::String]
Returns the value of attribute folder_ids.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#message_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute message_field_mappings.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#thread_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute thread_field_mappings.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#attachment_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute attachment_field_mappings.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def @attachment_field_mappings end |
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def @crawl_attachments end |
#crawl_chat_rooms ⇒ Boolean
Returns the value of attribute crawl_chat_rooms.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def crawl_chat_rooms @crawl_chat_rooms end |
#crawl_file_comments ⇒ Boolean
Returns the value of attribute crawl_file_comments.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def crawl_file_comments @crawl_file_comments end |
#domain ⇒ ::String
Returns the value of attribute domain.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def domain @domain end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def exclusion_patterns @exclusion_patterns end |
#folder_ids ⇒ ::Array[::String]
Returns the value of attribute folder_ids.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def folder_ids @folder_ids end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def inclusion_patterns @inclusion_patterns end |
#message_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute message_field_mappings.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def @message_field_mappings end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def secret_arn @secret_arn end |
#thread_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute thread_field_mappings.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def thread_field_mappings @thread_field_mappings end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def vpc_configuration @vpc_configuration end |