Class: Aws::Chatbot::Types::DeleteSlackChannelConfigurationRequest

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 SlackChannelConfiguration to delete.

Returns:

  • (String)


423
424
425
426
427
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 423

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