| 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.DMS.Types.ServerShortInfoResponse
Description
Synopsis
- data ServerShortInfoResponse = ServerShortInfoResponse' {}
- newServerShortInfoResponse :: ServerShortInfoResponse
- serverShortInfoResponse_ipAddress :: Lens' ServerShortInfoResponse (Maybe Text)
- serverShortInfoResponse_serverId :: Lens' ServerShortInfoResponse (Maybe Text)
- serverShortInfoResponse_serverName :: Lens' ServerShortInfoResponse (Maybe Text)
Documentation
data ServerShortInfoResponse Source #
Describes a server in a Fleet Advisor collector inventory.
See: newServerShortInfoResponse smart constructor.
Constructors
| ServerShortInfoResponse' | |
Instances
newServerShortInfoResponse :: ServerShortInfoResponse Source #
Create a value of ServerShortInfoResponse 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:ipAddress:ServerShortInfoResponse', serverShortInfoResponse_ipAddress - The IP address of a server in a Fleet Advisor collector inventory.
$sel:serverId:ServerShortInfoResponse', serverShortInfoResponse_serverId - The ID of a server in a Fleet Advisor collector inventory.
$sel:serverName:ServerShortInfoResponse', serverShortInfoResponse_serverName - The name address of a server in a Fleet Advisor collector inventory.
serverShortInfoResponse_ipAddress :: Lens' ServerShortInfoResponse (Maybe Text) Source #
The IP address of a server in a Fleet Advisor collector inventory.
serverShortInfoResponse_serverId :: Lens' ServerShortInfoResponse (Maybe Text) Source #
The ID of a server in a Fleet Advisor collector inventory.
serverShortInfoResponse_serverName :: Lens' ServerShortInfoResponse (Maybe Text) Source #
The name address of a server in a Fleet Advisor collector inventory.