| 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.Inspector2.Types.FreeTrialAccountInfo
Description
Synopsis
- data FreeTrialAccountInfo = FreeTrialAccountInfo' {
- accountId :: Text
- freeTrialInfo :: [FreeTrialInfo]
- newFreeTrialAccountInfo :: Text -> FreeTrialAccountInfo
- freeTrialAccountInfo_accountId :: Lens' FreeTrialAccountInfo Text
- freeTrialAccountInfo_freeTrialInfo :: Lens' FreeTrialAccountInfo [FreeTrialInfo]
Documentation
data FreeTrialAccountInfo Source #
Information about the Amazon Inspector free trial for an account.
See: newFreeTrialAccountInfo smart constructor.
Constructors
| FreeTrialAccountInfo' | |
Fields
| |
Instances
newFreeTrialAccountInfo Source #
Arguments
| :: Text | |
| -> FreeTrialAccountInfo |
Create a value of FreeTrialAccountInfo 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:FreeTrialAccountInfo', freeTrialAccountInfo_accountId - The account associated with the Amazon Inspector free trial information.
$sel:freeTrialInfo:FreeTrialAccountInfo', freeTrialAccountInfo_freeTrialInfo - Contains information about the Amazon Inspector free trial for an
account.
freeTrialAccountInfo_accountId :: Lens' FreeTrialAccountInfo Text Source #
The account associated with the Amazon Inspector free trial information.
freeTrialAccountInfo_freeTrialInfo :: Lens' FreeTrialAccountInfo [FreeTrialInfo] Source #
Contains information about the Amazon Inspector free trial for an account.