| 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.SSM.Types.OpsResultAttribute
Description
Synopsis
Documentation
data OpsResultAttribute Source #
The OpsItem data type to return.
See: newOpsResultAttribute smart constructor.
Constructors
| OpsResultAttribute' | |
Instances
newOpsResultAttribute Source #
Arguments
| :: Text | |
| -> OpsResultAttribute |
Create a value of OpsResultAttribute 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:typeName:OpsResultAttribute', opsResultAttribute_typeName - Name of the data type. Valid value: AWS:OpsItem,
AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or
AWS:ComplianceSummary.
opsResultAttribute_typeName :: Lens' OpsResultAttribute Text Source #
Name of the data type. Valid value: AWS:OpsItem,
AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or
AWS:ComplianceSummary.