| 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.FMS.Types.ResourceSetSummary
Description
Synopsis
- data ResourceSetSummary = ResourceSetSummary' {}
- newResourceSetSummary :: ResourceSetSummary
- resourceSetSummary_description :: Lens' ResourceSetSummary (Maybe Text)
- resourceSetSummary_id :: Lens' ResourceSetSummary (Maybe Text)
- resourceSetSummary_lastUpdateTime :: Lens' ResourceSetSummary (Maybe UTCTime)
- resourceSetSummary_name :: Lens' ResourceSetSummary (Maybe Text)
Documentation
data ResourceSetSummary Source #
Summarizes the resource sets used in a policy.
See: newResourceSetSummary smart constructor.
Constructors
| ResourceSetSummary' | |
Fields
| |
Instances
newResourceSetSummary :: ResourceSetSummary Source #
Create a value of ResourceSetSummary 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:description:ResourceSetSummary', resourceSetSummary_description - A description of the resource set.
$sel:id:ResourceSetSummary', resourceSetSummary_id - A unique identifier for the resource set. This ID is returned in the
responses to create and list commands. You provide it to operations like
update and delete.
$sel:lastUpdateTime:ResourceSetSummary', resourceSetSummary_lastUpdateTime - The last time that the resource set was changed.
$sel:name:ResourceSetSummary', resourceSetSummary_name - The descriptive name of the resource set. You can't change the name of
a resource set after you create it.
resourceSetSummary_description :: Lens' ResourceSetSummary (Maybe Text) Source #
A description of the resource set.
resourceSetSummary_id :: Lens' ResourceSetSummary (Maybe Text) Source #
A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
resourceSetSummary_lastUpdateTime :: Lens' ResourceSetSummary (Maybe UTCTime) Source #
The last time that the resource set was changed.
resourceSetSummary_name :: Lens' ResourceSetSummary (Maybe Text) Source #
The descriptive name of the resource set. You can't change the name of a resource set after you create it.