Class: Aws::Chatbot::Types::DeleteTeamsChannelConfigurationRequest

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

#chat_configuration_arnString

The ARN of the MicrosoftTeamsChannelConfiguration to delete.

Returns:

  • (String)


502
503
504
505
506
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 502

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