Class: Aws::Chatbot::Types::DeleteSlackWorkspaceAuthorizationRequest

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

#slack_team_idString

The ID of the Slack workspace authorized with AWS Chatbot.

Returns:

  • (String)


637
638
639
640
641
# File 'lib/aws-sdk-chatbot/types.rb', line 637

class DeleteSlackWorkspaceAuthorizationRequest < Struct.new(
  :slack_team_id)
  SENSITIVE = []
  include Aws::Structure
end