/AWS1/CL_SUAREGSLACKWORKSPAC01¶
RegisterSlackWorkspaceForOrganizationResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_teamid TYPE /AWS1/SUATEAMID /AWS1/SUATEAMID¶
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
T012ABCDEFG.
iv_teamname TYPE /AWS1/SUATEAMNAME /AWS1/SUATEAMNAME¶
The name of the Slack workspace.
iv_accounttype TYPE /AWS1/SUAACCOUNTTYPE /AWS1/SUAACCOUNTTYPE¶
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
Queryable Attributes¶
teamId¶
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as
T012ABCDEFG.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEAMID() |
Getter for TEAMID, with configurable default |
ASK_TEAMID() |
Getter for TEAMID w/ exceptions if field has no value |
HAS_TEAMID() |
Determine if TEAMID has a value |
teamName¶
The name of the Slack workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEAMNAME() |
Getter for TEAMNAME, with configurable default |
ASK_TEAMNAME() |
Getter for TEAMNAME w/ exceptions if field has no value |
HAS_TEAMNAME() |
Determine if TEAMNAME has a value |
accountType¶
Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTTYPE() |
Getter for ACCOUNTTYPE, with configurable default |
ASK_ACCOUNTTYPE() |
Getter for ACCOUNTTYPE w/ exceptions if field has no value |
HAS_ACCOUNTTYPE() |
Determine if ACCOUNTTYPE has a value |