Method: Aws::Chatbot::Types::UpdateTeamsChannelConfigurationRequest#chat_configuration_arn

Defined in:
lib/aws-sdk-chatbot/types.rb

#chat_configuration_arnString

The Amazon Resource Name (ARN) of the TeamsChannelConfiguration to update.

Returns:

  • (String)


2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
# File 'lib/aws-sdk-chatbot/types.rb', line 2485

class UpdateTeamsChannelConfigurationRequest < Struct.new(
  :chat_configuration_arn,
  :channel_id,
  :channel_name,
  :sns_topic_arns,
  :iam_role_arn,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required)
  SENSITIVE = [:channel_name]
  include Aws::Structure
end