Class: Aws::Types::SlackConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawl_bot_messageBoolean

Returns the value of attribute crawl_bot_message.

Returns:

  • (Boolean)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def crawl_bot_message
  @crawl_bot_message
end

#exclude_archivedBoolean

Returns the value of attribute exclude_archived.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("PUBLIC_CHANNEL" | "PRIVATE_CHANNEL" | "GROUP_MESSAGE" | "DIRECT_MESSAGE")])


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.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def team_id
  @team_id
end

#use_change_logBoolean

Returns the value of attribute use_change_log.

Returns:

  • (Boolean)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def use_change_log
  @use_change_log
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



1865
1866
1867
# File 'sig/types.rbs', line 1865

def vpc_configuration
  @vpc_configuration
end