Class: Aws::Types::SlackConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SlackConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawl_bot_message ⇒ Boolean
Returns the value of attribute crawl_bot_message.
-
#exclude_archived ⇒ Boolean
Returns the value of attribute exclude_archived.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#look_back_period ⇒ ::Integer
Returns the value of attribute look_back_period.
-
#private_channel_filter ⇒ ::Array[::String]
Returns the value of attribute private_channel_filter.
-
#public_channel_filter ⇒ ::Array[::String]
Returns the value of attribute public_channel_filter.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#since_crawl_date ⇒ ::String
Returns the value of attribute since_crawl_date.
-
#slack_entity_list ⇒ ::Array[("PUBLIC_CHANNEL" | "PRIVATE_CHANNEL" | "GROUP_MESSAGE" | "DIRECT_MESSAGE")]
Returns the value of attribute slack_entity_list.
-
#team_id ⇒ ::String
Returns the value of attribute team_id.
-
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#crawl_bot_message ⇒ Boolean
Returns the value of attribute crawl_bot_message.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def @crawl_bot_message end |
#exclude_archived ⇒ Boolean
Returns the value of attribute exclude_archived.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def exclude_archived @exclude_archived end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def exclusion_patterns @exclusion_patterns end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def field_mappings @field_mappings end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def inclusion_patterns @inclusion_patterns end |
#look_back_period ⇒ ::Integer
Returns the value of attribute look_back_period.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def look_back_period @look_back_period end |
#private_channel_filter ⇒ ::Array[::String]
Returns the value of attribute private_channel_filter.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def private_channel_filter @private_channel_filter end |
#public_channel_filter ⇒ ::Array[::String]
Returns the value of attribute public_channel_filter.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def public_channel_filter @public_channel_filter end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def secret_arn @secret_arn end |
#since_crawl_date ⇒ ::String
Returns the value of attribute since_crawl_date.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def since_crawl_date @since_crawl_date end |
#slack_entity_list ⇒ ::Array[("PUBLIC_CHANNEL" | "PRIVATE_CHANNEL" | "GROUP_MESSAGE" | "DIRECT_MESSAGE")]
Returns the value of attribute slack_entity_list.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def slack_entity_list @slack_entity_list end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def team_id @team_id end |
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def use_change_log @use_change_log end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def vpc_configuration @vpc_configuration end |