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

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

#webhook_configurationTypes::ChimeWebhookConfiguration

An Amazon Chime webhook configuration.



294
295
296
297
298
# File 'lib/aws-sdk-chatbot/types.rb', line 294

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