| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.ResourceGroups.GetGroup
Description
Returns information about a specified resource group.
Creating a Request
Creates a value of GetGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggGroupName- The name of the resource group.
See: getGroup smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> GetGroupResponse |
Creates a value of GetGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggrsGroup- A full description of the resource group.ggrsResponseStatus- -- | The response status code.
data GetGroupResponse Source #
See: getGroupResponse smart constructor.
Response Lenses
ggrsResponseStatus :: Lens' GetGroupResponse Int Source #
- - | The response status code.