Class: Aws::Chatbot::Types::DeleteSlackWorkspaceAuthorizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteSlackWorkspaceAuthorizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slack_team_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
Instance Attribute Details
#slack_team_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
637 638 639 640 641 |
# File 'lib/aws-sdk-chatbot/types.rb', line 637 class DeleteSlackWorkspaceAuthorizationRequest < Struct.new( :slack_team_id) SENSITIVE = [] include Aws::Structure end |