Class: Aws::Chatbot::Types::AssociateToConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::AssociateToConfigurationRequest
- 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 to associate with the resource.
-
#resource ⇒ String
The resource Amazon Resource Name (ARN) to link.
Instance Attribute Details
#chat_configuration ⇒ String
The channel configuration to associate with the resource.
53 54 55 56 57 58 |
# File 'lib/aws-sdk-chatbot/types.rb', line 53 class AssociateToConfigurationRequest < Struct.new( :resource, :chat_configuration) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource Amazon Resource Name (ARN) to link.
53 54 55 56 57 58 |
# File 'lib/aws-sdk-chatbot/types.rb', line 53 class AssociateToConfigurationRequest < Struct.new( :resource, :chat_configuration) SENSITIVE = [] include Aws::Structure end |