Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data UserSummary Source #
Contains summary information about a user.
See: newUserSummary
smart constructor.
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:username:UserSummary'
, userSummary_username
- The Amazon Connect user name of the user account.
$sel:id:UserSummary'
, userSummary_id
- The identifier of the user account.
userSummary_arn :: Lens' UserSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the user account.
userSummary_username :: Lens' UserSummary (Maybe Text) Source #
The Amazon Connect user name of the user account.
userSummary_id :: Lens' UserSummary (Maybe Text) Source #
The identifier of the user account.