| 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.RemoteSourceCodeAnalysisServerInfo
Description
Synopsis
Documentation
data RemoteSourceCodeAnalysisServerInfo Source #
Information about the server configured for source code analysis.
See: newRemoteSourceCodeAnalysisServerInfo smart constructor.
Constructors
| RemoteSourceCodeAnalysisServerInfo' | |
Fields
| |
Instances
newRemoteSourceCodeAnalysisServerInfo :: RemoteSourceCodeAnalysisServerInfo Source #
Create a value of RemoteSourceCodeAnalysisServerInfo 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:remoteSourceCodeAnalysisServerConfigurationTimestamp:RemoteSourceCodeAnalysisServerInfo', remoteSourceCodeAnalysisServerInfo_remoteSourceCodeAnalysisServerConfigurationTimestamp - The time when the remote source code server was configured.
remoteSourceCodeAnalysisServerInfo_remoteSourceCodeAnalysisServerConfigurationTimestamp :: Lens' RemoteSourceCodeAnalysisServerInfo (Maybe Text) Source #
The time when the remote source code server was configured.