Class: Aws::NetworkManager::Types::GetRouteAnalysisResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#route_analysisTypes::RouteAnalysis

The route analysis.



3416
3417
3418
3419
3420
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3416

class GetRouteAnalysisResponse < Struct.new(
  :route_analysis)
  SENSITIVE = []
  include Aws::Structure
end