Class: Aws::Chatbot::Types::DisassociateFromConfigurationRequest

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 the resource is being disassociated from.

Returns:

  • (String)


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

#resourceString

The resource (for example, a custom action) Amazon Resource Name (ARN) to unlink.

Returns:

  • (String)


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