Method: Aws::Chatbot::Types::UpdateSlackChannelConfigurationRequest#logging_level
- Defined in:
- lib/aws-sdk-chatbot/types.rb
#logging_level ⇒ String
Logging levels include ERROR, INFO, or NONE.
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2400 class UpdateSlackChannelConfigurationRequest < Struct.new( :chat_configuration_arn, :slack_channel_id, :slack_channel_name, :sns_topic_arns, :iam_role_arn, :logging_level, :guardrail_policy_arns, :user_authorization_required) SENSITIVE = [:slack_channel_name] include Aws::Structure end |