| 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.SSO.Types.AccountInfo
Description
Synopsis
- data AccountInfo = AccountInfo' {
- accountId :: Maybe Text
- accountName :: Maybe Text
- emailAddress :: Maybe Text
- newAccountInfo :: AccountInfo
- accountInfo_accountId :: Lens' AccountInfo (Maybe Text)
- accountInfo_accountName :: Lens' AccountInfo (Maybe Text)
- accountInfo_emailAddress :: Lens' AccountInfo (Maybe Text)
Documentation
data AccountInfo Source #
Provides information about your AWS account.
See: newAccountInfo smart constructor.
Constructors
| AccountInfo' | |
Fields
| |
Instances
newAccountInfo :: AccountInfo Source #
Create a value of AccountInfo 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:accountId:AccountInfo', accountInfo_accountId - The identifier of the AWS account that is assigned to the user.
$sel:accountName:AccountInfo', accountInfo_accountName - The display name of the AWS account that is assigned to the user.
$sel:emailAddress:AccountInfo', accountInfo_emailAddress - The email address of the AWS account that is assigned to the user.
accountInfo_accountId :: Lens' AccountInfo (Maybe Text) Source #
The identifier of the AWS account that is assigned to the user.
accountInfo_accountName :: Lens' AccountInfo (Maybe Text) Source #
The display name of the AWS account that is assigned to the user.
accountInfo_emailAddress :: Lens' AccountInfo (Maybe Text) Source #
The email address of the AWS account that is assigned to the user.