Method: Aws::Chatbot::Types::CreateTeamsChannelConfigurationRequest#channel_id

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

#channel_idString

The ID of the Microsoft Teams channel.

Returns:

  • (String)


550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'lib/aws-sdk-chatbot/types.rb', line 550

class CreateTeamsChannelConfigurationRequest < Struct.new(
  :channel_id,
  :channel_name,
  :team_id,
  :team_name,
  :tenant_id,
  :sns_topic_arns,
  :iam_role_arn,
  :configuration_name,
  :logging_level,
  :guardrail_policy_arns,
  :user_authorization_required,
  :tags)
  SENSITIVE = [:channel_name, :team_name]
  include Aws::Structure
end