Class: Aws::EC2::Types::CreateNetworkInsightsPathResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateNetworkInsightsPathResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_path ⇒ Types::NetworkInsightsPath
Information about the path.
Instance Attribute Details
#network_insights_path ⇒ Types::NetworkInsightsPath
Information about the path.
9908 9909 9910 9911 9912 |
# File 'lib/aws-sdk-ec2/types.rb', line 9908 class CreateNetworkInsightsPathResult < Struct.new( :network_insights_path) SENSITIVE = [] include Aws::Structure end |