Class: Aws::SupportApp::Types::RegisterSlackWorkspaceForOrganizationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_typeString

Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.

Returns:

  • (String)


343
344
345
346
347
348
349
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 343

class RegisterSlackWorkspaceForOrganizationResult < Struct.new(
  :account_type,
  :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)


343
344
345
346
347
348
349
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 343

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

#team_nameString

The name of the Slack workspace.

Returns:

  • (String)


343
344
345
346
347
348
349
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 343

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