Class: Aws::Connect::Types::UserInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The user details for the contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_id ⇒ String
The user identifier for the contact.
Instance Attribute Details
#user_id ⇒ String
The user identifier for the contact.
25417 25418 25419 25420 25421 |
# File 'lib/aws-sdk-connect/types.rb', line 25417 class UserInfo < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |