| 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.ProductCode
Description
Synopsis
Documentation
data ProductCode Source #
Contains information about the product code for the EC2 instance.
See: newProductCode smart constructor.
Constructors
| ProductCode' | |
Instances
newProductCode :: ProductCode Source #
Create a value of ProductCode 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:code:ProductCode', productCode_code - The product code information.
$sel:productType:ProductCode', productCode_productType - The product code type.
productCode_code :: Lens' ProductCode (Maybe Text) Source #
The product code information.
productCode_productType :: Lens' ProductCode (Maybe Text) Source #
The product code type.