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 ARN of the ChimeWebhookConfiguration to delete.

Returns:

  • (String)


371
372
373
374
375
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 371

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