Class: Aws::NetworkManager::Types::StartRouteAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::StartRouteAnalysisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route_analysis ⇒ Types::RouteAnalysis
The route analysis.
Instance Attribute Details
#route_analysis ⇒ Types::RouteAnalysis
The route analysis.
5534 5535 5536 5537 5538 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5534 class StartRouteAnalysisResponse < Struct.new( :route_analysis) SENSITIVE = [] include Aws::Structure end |