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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



12982
12983
12984
12985
12986
# File 'lib/aws-sdk-ec2/types.rb', line 12982

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