Class: Aws::Chatbot::Types::UpdateSlackChannelConfigurationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_configurationTypes::SlackChannelConfiguration

The configuration for a Slack channel configured with AWS Chatbot.



1449
1450
1451
1452
1453
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1449

class UpdateSlackChannelConfigurationResult < Struct.new(
  :channel_configuration)
  SENSITIVE = []
  include Aws::Structure
end