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)


866
867
868
869
870
# File 'lib/aws-sdk-chatbot/types.rb', line 866

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