Class: Aws::Chatbot::Types::DeleteChimeWebhookConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteChimeWebhookConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to delete.
500 501 502 503 504 |
# File 'lib/aws-sdk-chatbot/types.rb', line 500 class DeleteChimeWebhookConfigurationRequest < Struct.new( :chat_configuration_arn) SENSITIVE = [] include Aws::Structure end |