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.



5105
5106
5107
5108
5109
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5105

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