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.
35905 35906 35907 35908 35909 |
# File 'lib/aws-sdk-connect/types.rb', line 35905 class UserInfo < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |