Class: Aws::NetworkManager::Types::StartRouteAnalysisResponse

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.



5088
5089
5090
5091
5092
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5088

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