Class: Aws::Chatbot::Types::DeleteSlackUserIdentityRequest

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_configuration_arnString

The ARN of the SlackChannelConfiguration associated with the user identity to delete.

Returns:

  • (String)


606
607
608
609
610
611
612
# File 'lib/aws-sdk-chatbot/types.rb', line 606

class DeleteSlackUserIdentityRequest < Struct.new(
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id)
  SENSITIVE = []
  include Aws::Structure
end

#slack_team_idString

The ID of the Slack workspace authorized with AWS Chatbot.

Returns:

  • (String)


606
607
608
609
610
611
612
# File 'lib/aws-sdk-chatbot/types.rb', line 606

class DeleteSlackUserIdentityRequest < Struct.new(
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id)
  SENSITIVE = []
  include Aws::Structure
end

#slack_user_idString

The ID of the user in Slack

Returns:

  • (String)


606
607
608
609
610
611
612
# File 'lib/aws-sdk-chatbot/types.rb', line 606

class DeleteSlackUserIdentityRequest < Struct.new(
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id)
  SENSITIVE = []
  include Aws::Structure
end