Class: Aws::Chatbot::Types::DisassociateFromConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DisassociateFromConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_configuration ⇒ String
The channel configuration the resource is being disassociated from.
-
#resource ⇒ String
The resource (for example, a custom action) Amazon Resource Name (ARN) to unlink.
Instance Attribute Details
#chat_configuration ⇒ String
The channel configuration the resource is being disassociated from.
1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1205 class DisassociateFromConfigurationRequest < Struct.new( :resource, :chat_configuration) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource (for example, a custom action) Amazon Resource Name (ARN) to unlink.
1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1205 class DisassociateFromConfigurationRequest < Struct.new( :resource, :chat_configuration) SENSITIVE = [] include Aws::Structure end |