Class: Aws::NetworkManager::Types::GetRouteAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetRouteAnalysisResponse
- 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.
3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3670 class GetRouteAnalysisResponse < Struct.new( :route_analysis) SENSITIVE = [] include Aws::Structure end |