Class: Aws::Chatbot::Types::DeleteTeamsConfiguredTeamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteTeamsConfiguredTeamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#team_id ⇒ String
The ID of the Microsoft Teams team authorized with AWS Chatbot.
Instance Attribute Details
#team_id ⇒ String
The ID of the Microsoft Teams team authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see
- Step 1: Configure a Microsoft Teams client][1
-
in the <i> AWS
Chatbot Administrator Guide</i>.
[1]: docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup
709 710 711 712 713 |
# File 'lib/aws-sdk-chatbot/types.rb', line 709 class DeleteTeamsConfiguredTeamRequest < Struct.new( :team_id) SENSITIVE = [] include Aws::Structure end |