| 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.FreeTrialInfo
Description
Synopsis
- data FreeTrialInfo = FreeTrialInfo' {
- end :: POSIX
- start :: POSIX
- status :: FreeTrialStatus
- type' :: FreeTrialType
- newFreeTrialInfo :: UTCTime -> UTCTime -> FreeTrialStatus -> FreeTrialType -> FreeTrialInfo
- freeTrialInfo_end :: Lens' FreeTrialInfo UTCTime
- freeTrialInfo_start :: Lens' FreeTrialInfo UTCTime
- freeTrialInfo_status :: Lens' FreeTrialInfo FreeTrialStatus
- freeTrialInfo_type :: Lens' FreeTrialInfo FreeTrialType
Documentation
data FreeTrialInfo Source #
An object that contains information about the Amazon Inspector free trial for an account.
See: newFreeTrialInfo smart constructor.
Constructors
| FreeTrialInfo' | |
Fields
| |
Instances
Arguments
| :: UTCTime | |
| -> UTCTime | |
| -> FreeTrialStatus | |
| -> FreeTrialType | |
| -> FreeTrialInfo |
Create a value of FreeTrialInfo 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:end:FreeTrialInfo', freeTrialInfo_end - The date and time that the Amazon Inspector free trail ends for a given
account.
$sel:start:FreeTrialInfo', freeTrialInfo_start - The date and time that the Amazon Inspector free trail started for a
given account.
$sel:status:FreeTrialInfo', freeTrialInfo_status - The order to sort results by.
$sel:type':FreeTrialInfo', freeTrialInfo_type - The type of scan covered by the Amazon Inspector free trail.
freeTrialInfo_end :: Lens' FreeTrialInfo UTCTime Source #
The date and time that the Amazon Inspector free trail ends for a given account.
freeTrialInfo_start :: Lens' FreeTrialInfo UTCTime Source #
The date and time that the Amazon Inspector free trail started for a given account.
freeTrialInfo_status :: Lens' FreeTrialInfo FreeTrialStatus Source #
The order to sort results by.
freeTrialInfo_type :: Lens' FreeTrialInfo FreeTrialType Source #
The type of scan covered by the Amazon Inspector free trail.