Class: Aws::EC2::Types::CreateNetworkInsightsPathResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_insights_pathTypes::NetworkInsightsPath

Information about the path.



9735
9736
9737
9738
9739
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9735

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