| 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.MigrationHubStrategy.Types.ServerSummary
Description
Synopsis
Documentation
data ServerSummary Source #
Object containing details about the servers imported by Application Discovery Service
See: newServerSummary smart constructor.
Constructors
| ServerSummary' | |
Fields
| |
Instances
newServerSummary :: ServerSummary Source #
Create a value of ServerSummary 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:serverOsType:ServerSummary', serverSummary_serverOsType - Type of operating system for the servers.
$sel:count:ServerSummary', serverSummary_count - Number of servers.
serverSummary_serverOsType :: Lens' ServerSummary (Maybe ServerOsType) Source #
Type of operating system for the servers.
serverSummary_count :: Lens' ServerSummary (Maybe Int) Source #
Number of servers.