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)


1504
1505
1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-chatbot/types.rb', line 1504

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

#slack_team_nameString

The name of the Slack workspace.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-chatbot/types.rb', line 1504

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

#stateString

Either ‘ENABLED` or `DISABLED`. The resource returns `DISABLED` if the organization’s AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-chatbot/types.rb', line 1504

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

#state_reasonString

Provided if State is ‘DISABLED`. Provides context as to why the resource is disabled.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-chatbot/types.rb', line 1504

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