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.
      10820 10821 10822 10823 10824  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10820 class CreateNetworkInsightsPathResult < Struct.new( :network_insights_path) SENSITIVE = [] include Aws::Structure end  |