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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


500
501
502
503
504
# File 'lib/aws-sdk-chatbot/types.rb', line 500

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