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
- data ResourceDetail = ResourceDetail' {}
- newResourceDetail :: ResourceDetail
- resourceDetail_arn :: Lens' ResourceDetail (Maybe Text)
- resourceDetail_createdTime :: Lens' ResourceDetail (Maybe UTCTime)
- resourceDetail_name :: Lens' ResourceDetail (Maybe Text)
- resourceDetail_id :: Lens' ResourceDetail (Maybe Text)
- resourceDetail_description :: Lens' ResourceDetail (Maybe Text)
Documentation
data ResourceDetail Source #
Information about a resource.
See: newResourceDetail
smart constructor.
Instances
newResourceDetail :: ResourceDetail Source #
Create a value of ResourceDetail
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:ResourceDetail'
, resourceDetail_arn
- The ARN of the resource.
$sel:createdTime:ResourceDetail'
, resourceDetail_createdTime
- The creation time of the resource.
$sel:name:ResourceDetail'
, resourceDetail_name
- The name of the resource.
$sel:id:ResourceDetail'
, resourceDetail_id
- The identifier of the resource.
$sel:description:ResourceDetail'
, resourceDetail_description
- The description of the resource.
resourceDetail_arn :: Lens' ResourceDetail (Maybe Text) Source #
The ARN of the resource.
resourceDetail_createdTime :: Lens' ResourceDetail (Maybe UTCTime) Source #
The creation time of the resource.
resourceDetail_name :: Lens' ResourceDetail (Maybe Text) Source #
The name of the resource.
resourceDetail_id :: Lens' ResourceDetail (Maybe Text) Source #
The identifier of the resource.
resourceDetail_description :: Lens' ResourceDetail (Maybe Text) Source #
The description of the resource.