| 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.ComputeOptimizer.Types.ReasonCodeSummary
Description
Documentation
data ReasonCodeSummary Source #
A summary of a finding reason code.
See: newReasonCodeSummary smart constructor.
Constructors
| ReasonCodeSummary' | |
Instances
newReasonCodeSummary :: ReasonCodeSummary Source #
Create a value of ReasonCodeSummary 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:name:ReasonCodeSummary', reasonCodeSummary_name - The name of the finding reason code.
$sel:value:ReasonCodeSummary', reasonCodeSummary_value - The value of the finding reason code summary.
reasonCodeSummary_name :: Lens' ReasonCodeSummary (Maybe FindingReasonCode) Source #
The name of the finding reason code.
reasonCodeSummary_value :: Lens' ReasonCodeSummary (Maybe Double) Source #
The value of the finding reason code summary.