| 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.NetworkManager.Types.RouteAnalysisPath
Description
Documentation
data RouteAnalysisPath Source #
Describes a route analysis path.
See: newRouteAnalysisPath smart constructor.
Constructors
| RouteAnalysisPath' | |
Fields
| |
Instances
newRouteAnalysisPath :: RouteAnalysisPath Source #
Create a value of RouteAnalysisPath 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:completionStatus:RouteAnalysisPath', routeAnalysisPath_completionStatus - The status of the analysis at completion.
$sel:path:RouteAnalysisPath', routeAnalysisPath_path - The route analysis path.
routeAnalysisPath_completionStatus :: Lens' RouteAnalysisPath (Maybe RouteAnalysisCompletion) Source #
The status of the analysis at completion.
routeAnalysisPath_path :: Lens' RouteAnalysisPath (Maybe [PathComponent]) Source #
The route analysis path.