| 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.EC2.Types.PlacementResponse
Description
Synopsis
Documentation
data PlacementResponse Source #
Describes the placement of an instance.
See: newPlacementResponse smart constructor.
Constructors
| PlacementResponse' | |
Instances
newPlacementResponse :: PlacementResponse Source #
Create a value of PlacementResponse 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:groupName:PlacementResponse', placementResponse_groupName - The name of the placement group that the instance is in.
placementResponse_groupName :: Lens' PlacementResponse (Maybe Text) Source #
The name of the placement group that the instance is in.