Describe Slack Workspaces
chatbot_describe_slack_workspaces | R Documentation |
List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot¶
Description¶
List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot.
Usage¶
Arguments¶
MaxResults
The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
NextToken
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
Value¶
A list with the following syntax:
list(
SlackWorkspaces = list(
list(
SlackTeamId = "string",
SlackTeamName = "string",
State = "string",
StateReason = "string"
)
),
NextToken = "string"
)