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.
10702 10703 10704 10705 10706 |
# File 'lib/aws-sdk-ec2/types.rb', line 10702 class CreateNetworkInsightsPathResult < Struct.new( :network_insights_path) SENSITIVE = [] include Aws::Structure end |