Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data OpsResultAttribute Source #
The OpsItem data type to return.
See: newOpsResultAttribute
smart constructor.
Instances
newOpsResultAttribute Source #
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
.