Class: Aws::Chatbot::Types::SlackWorkspace

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

A Slack workspace.

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)


1454
1455
1456
1457
1458
1459
# File 'lib/aws-sdk-chatbot/types.rb', line 1454

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

#slack_team_nameString

The name of the Slack workspace.

Returns:

  • (String)


1454
1455
1456
1457
1458
1459
# File 'lib/aws-sdk-chatbot/types.rb', line 1454

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