| 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.ResourceExplorer2.Types.ResourceProperty
Description
Documentation
data ResourceProperty Source #
A structure that describes a property of a resource.
See: newResourceProperty smart constructor.
Constructors
| ResourceProperty' | |
Fields
| |
Instances
newResourceProperty :: ResourceProperty Source #
Create a value of ResourceProperty 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:data':ResourceProperty', resourceProperty_data - Details about this property. The content of this field is a JSON object
that varies based on the resource type.
$sel:lastReportedAt:ResourceProperty', resourceProperty_lastReportedAt - The date and time that the information about this resource property was
last updated.
$sel:name:ResourceProperty', resourceProperty_name - The name of this property of the resource.
resourceProperty_data :: Lens' ResourceProperty (Maybe Document) Source #
Details about this property. The content of this field is a JSON object that varies based on the resource type.
resourceProperty_lastReportedAt :: Lens' ResourceProperty (Maybe UTCTime) Source #
The date and time that the information about this resource property was last updated.
resourceProperty_name :: Lens' ResourceProperty (Maybe Text) Source #
The name of this property of the resource.