| 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.GuardDuty.Types.AccountFreeTrialInfo
Description
Documentation
data AccountFreeTrialInfo Source #
Provides details of the GuardDuty member account that uses a free trial service.
See: newAccountFreeTrialInfo smart constructor.
Constructors
| AccountFreeTrialInfo' | |
Fields
| |
Instances
newAccountFreeTrialInfo :: AccountFreeTrialInfo Source #
Create a value of AccountFreeTrialInfo 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:AccountFreeTrialInfo', accountFreeTrialInfo_accountId - The account identifier of the GuardDuty member account.
$sel:dataSources:AccountFreeTrialInfo', accountFreeTrialInfo_dataSources - Describes the data source enabled for the GuardDuty member account.
accountFreeTrialInfo_accountId :: Lens' AccountFreeTrialInfo (Maybe Text) Source #
The account identifier of the GuardDuty member account.
accountFreeTrialInfo_dataSources :: Lens' AccountFreeTrialInfo (Maybe DataSourcesFreeTrial) Source #
Describes the data source enabled for the GuardDuty member account.