Method: Aws::Chatbot::Types::SlackUserIdentity#slack_user_id

Defined in:
lib/aws-sdk-chatbot/types.rb

#slack_user_idString

The ID of the user in Slack

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
1845
1846
# File 'lib/aws-sdk-chatbot/types.rb', line 1838

class SlackUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id,
  :aws_user_identity)
  SENSITIVE = []
  include Aws::Structure
end