Class: Aws::Chatbot::Types::CreateChimeWebhookConfigurationResult

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

Chime webhook configuration.



179
180
181
182
183
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 179

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