Class: Aws::Chatbot::Types::DeleteChimeWebhookConfigurationRequest

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 Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.

Returns:

  • (String)


713
714
715
716
717
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 713

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