Class: Aws::EC2::Types::CreateNetworkInsightsPathResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateNetworkInsightsPathResult
- Defined in:
- gems/aws-sdk-ec2/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.
10944 10945 10946 10947 10948 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10944 class CreateNetworkInsightsPathResult < Struct.new( :network_insights_path) SENSITIVE = [] include Aws::Structure end |