Class: Aws::Chatbot::Types::CreateChimeWebhookConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::CreateChimeWebhookConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#webhook_configuration ⇒ Types::ChimeWebhookConfiguration
An Amazon Chime webhook configuration.
Instance Attribute Details
#webhook_configuration ⇒ Types::ChimeWebhookConfiguration
An Amazon Chime webhook configuration.
258 259 260 261 262 |
# File 'lib/aws-sdk-chatbot/types.rb', line 258 class CreateChimeWebhookConfigurationResult < Struct.new( :webhook_configuration) SENSITIVE = [] include Aws::Structure end |