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 |
Documentation
data ResourceSummary Source #
A summary of a resource available on the device.
See: newResourceSummary
smart constructor.
Instances
Create a value of ResourceSummary
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:arn:ResourceSummary'
, resourceSummary_arn
- The Amazon Resource Name (ARN) of the resource.
$sel:id:ResourceSummary'
, resourceSummary_id
- The ID of the resource.
$sel:resourceType:ResourceSummary'
, resourceSummary_resourceType
- The resource type.
resourceSummary_arn :: Lens' ResourceSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource.
resourceSummary_id :: Lens' ResourceSummary (Maybe Text) Source #
The ID of the resource.
resourceSummary_resourceType :: Lens' ResourceSummary Text Source #
The resource type.