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.
3688 3689 3690 3691 3692 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3688 class GetRouteAnalysisResponse < Struct.new( :route_analysis) SENSITIVE = [] include Aws::Structure end |