| 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.AuditManager.Types.AWSAccount
Description
Synopsis
- data AWSAccount = AWSAccount' {}
- newAWSAccount :: AWSAccount
- aWSAccount_emailAddress :: Lens' AWSAccount (Maybe Text)
- aWSAccount_id :: Lens' AWSAccount (Maybe Text)
- aWSAccount_name :: Lens' AWSAccount (Maybe Text)
Documentation
data AWSAccount Source #
The wrapper of Amazon Web Services account details, such as account ID or email address.
See: newAWSAccount smart constructor.
Constructors
| AWSAccount' | |
Instances
newAWSAccount :: AWSAccount Source #
Create a value of AWSAccount 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:emailAddress:AWSAccount', aWSAccount_emailAddress - The email address that's associated with the Amazon Web Services
account.
$sel:id:AWSAccount', aWSAccount_id - The identifier for the Amazon Web Services account.
$sel:name:AWSAccount', aWSAccount_name - The name of the Amazon Web Services account.
aWSAccount_emailAddress :: Lens' AWSAccount (Maybe Text) Source #
The email address that's associated with the Amazon Web Services account.
aWSAccount_id :: Lens' AWSAccount (Maybe Text) Source #
The identifier for the Amazon Web Services account.
aWSAccount_name :: Lens' AWSAccount (Maybe Text) Source #
The name of the Amazon Web Services account.