| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.UserSummary
Description
Synopsis
Documentation
data UserSummary Source #
Contains summary information about a user.
See: newUserSummary smart constructor.
Constructors
| UserSummary' | |
Instances
newUserSummary :: UserSummary Source #
Create a value of UserSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:UserSummary', userSummary_arn - The Amazon Resource Name (ARN) of the user account.
$sel:id:UserSummary', userSummary_id - The identifier of the user account.
$sel:username:UserSummary', userSummary_username - The Amazon Connect user name of the user account.
userSummary_arn :: Lens' UserSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the user account.
userSummary_id :: Lens' UserSummary (Maybe Text) Source #
The identifier of the user account.
userSummary_username :: Lens' UserSummary (Maybe Text) Source #
The Amazon Connect user name of the user account.