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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chatbot/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)


455
456
457
458
459
460
461
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 455

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)


455
456
457
458
459
460
461
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 455

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)


455
456
457
458
459
460
461
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 455

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