Class: Aws::Chatbot::Types::AssociateToConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chat_configurationString

The channel configuration to associate with the resource.

Returns:

  • (String)


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

#resourceString

The resource Amazon Resource Name (ARN) to link.

Returns:

  • (String)


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