Class: Aws::Chatbot::Types::UpdateChimeWebhookConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateChimeWebhookConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#webhook_configuration ⇒ Types::ChimeWebhookConfiguration
A Amazon Chime webhook configuration.
Instance Attribute Details
#webhook_configuration ⇒ Types::ChimeWebhookConfiguration
A Amazon Chime webhook configuration.
2288 2289 2290 2291 2292 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2288 class UpdateChimeWebhookConfigurationResult < Struct.new( :webhook_configuration) SENSITIVE = [] include Aws::Structure end |