Class: Aws::Chatbot::Types::DeleteSlackUserIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteSlackUserIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_configuration_arn ⇒ String
The ARN of the SlackChannelConfiguration associated with the user identity to delete.
-
#slack_team_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
-
#slack_user_id ⇒ String
The ID of the user in Slack.
Instance Attribute Details
#chat_configuration_arn ⇒ String
The ARN of the SlackChannelConfiguration associated with the user identity to delete.
835 836 837 838 839 840 841 |
# File 'lib/aws-sdk-chatbot/types.rb', line 835 class DeleteSlackUserIdentityRequest < Struct.new( :chat_configuration_arn, :slack_team_id, :slack_user_id) SENSITIVE = [] include Aws::Structure end |
#slack_team_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
835 836 837 838 839 840 841 |
# File 'lib/aws-sdk-chatbot/types.rb', line 835 class DeleteSlackUserIdentityRequest < Struct.new( :chat_configuration_arn, :slack_team_id, :slack_user_id) SENSITIVE = [] include Aws::Structure end |
#slack_user_id ⇒ String
The ID of the user in Slack
835 836 837 838 839 840 841 |
# File 'lib/aws-sdk-chatbot/types.rb', line 835 class DeleteSlackUserIdentityRequest < Struct.new( :chat_configuration_arn, :slack_team_id, :slack_user_id) SENSITIVE = [] include Aws::Structure end |