Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RegisterSlackWorkspaceForOrganizationResult

import type { RegisterSlackWorkspaceForOrganizationResult } from "https://aws-api.deno.dev/v0.4/services/supportapp.ts?docs=full";
interface RegisterSlackWorkspaceForOrganizationResult {
accountType?: AccountType | null;
teamId?: string | null;
teamName?: string | null;
}

§Properties

§
accountType?: AccountType | null
[src]

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

§
teamId?: string | null
[src]

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

§
teamName?: string | null
[src]

The name of the Slack workspace.