| 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.WAFV2.Types.Label
Description
Documentation
A single label container. This is used as an element of a label array in
multiple contexts, for example, in RuleLabels inside a Rule and in
Labels inside a SampledHTTPRequest.
See: newLabel smart constructor.
Instances
| FromJSON Label Source # | |
| ToJSON Label Source # | |
Defined in Amazonka.WAFV2.Types.Label | |
| Generic Label Source # | |
| Read Label Source # | |
| Show Label Source # | |
| NFData Label Source # | |
Defined in Amazonka.WAFV2.Types.Label | |
| Eq Label Source # | |
| Hashable Label Source # | |
Defined in Amazonka.WAFV2.Types.Label | |
| type Rep Label Source # | |
Defined in Amazonka.WAFV2.Types.Label | |
Create a value of Label 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:Label', label_name - The label string.