Class: Aws::SupportApp::Types::SlackWorkspaceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb

Overview

The configuration for a Slack workspace that you added to an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_organization_member_accountBoolean

Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.

Returns:

  • (Boolean)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 464

class SlackWorkspaceConfiguration < Struct.new(
  :allow_organization_member_account,
  :team_id,
  :team_name)
  SENSITIVE = []
  include Aws::Structure
end

#team_idString

The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.

Returns:

  • (String)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 464

class SlackWorkspaceConfiguration < Struct.new(
  :allow_organization_member_account,
  :team_id,
  :team_name)
  SENSITIVE = []
  include Aws::Structure
end

#team_nameString

The name of the Slack workspace.

Returns:

  • (String)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 464

class SlackWorkspaceConfiguration < Struct.new(
  :allow_organization_member_account,
  :team_id,
  :team_name)
  SENSITIVE = []
  include Aws::Structure
end