Class: Aws::Chatbot::Types::DeleteSlackChannelConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteSlackChannelConfigurationRequest
- 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 SlackChannelConfiguration to delete.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the SlackChannelConfiguration to delete.
567 568 569 570 571 |
# File 'lib/aws-sdk-chatbot/types.rb', line 567 class DeleteSlackChannelConfigurationRequest < Struct.new( :chat_configuration_arn) SENSITIVE = [] include Aws::Structure end |