Class: Aws::Chatbot::Types::UpdateChimeWebhookConfigurationResult

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

#webhook_configurationTypes::ChimeWebhookConfiguration

A Amazon Chime webhook configuration.



1907
1908
1909
1910
1911
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1907

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