| 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.ServiceCatalog.Types.UsageInstruction
Description
Synopsis
Documentation
data UsageInstruction Source #
Additional information provided by the administrator.
See: newUsageInstruction smart constructor.
Constructors
| UsageInstruction' | |
Instances
newUsageInstruction :: UsageInstruction Source #
Create a value of UsageInstruction 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:type':UsageInstruction', usageInstruction_type - The usage instruction type for the value.
$sel:value:UsageInstruction', usageInstruction_value - The usage instruction value for this type.
usageInstruction_type :: Lens' UsageInstruction (Maybe Text) Source #
The usage instruction type for the value.
usageInstruction_value :: Lens' UsageInstruction (Maybe Text) Source #
The usage instruction value for this type.