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

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

#slack_team_idString

The ID of the Slack workspace authorized with AWS Chatbot.

Returns:

  • (String)


479
480
481
482
483
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 479

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