| 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.ResourceGroups.Types.ResourceStatus
Description
Documentation
data ResourceStatus Source #
A structure that identifies the current group membership status for a
resource. Adding a resource to a resource group is performed
asynchronously as a background task. A PENDING status indicates, for
this resource, that the process isn't completed yet.
See: newResourceStatus smart constructor.
Constructors
| ResourceStatus' | |
Fields
| |
Instances
newResourceStatus :: ResourceStatus Source #
Create a value of ResourceStatus 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:name:ResourceStatus', resourceStatus_name - The current status.
resourceStatus_name :: Lens' ResourceStatus (Maybe ResourceStatusValue) Source #
The current status.