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

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


1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1131

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

#slack_team_nameString

Name of the Slack Workspace.

Returns:

  • (String)


1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1131

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