Class: Aws::EC2::Types::DeleteNetworkInsightsPathResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNetworkInsightsPathResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_path_id ⇒ String
The ID of the path.
Instance Attribute Details
#network_insights_path_id ⇒ String
The ID of the path.
16013 16014 16015 16016 16017 |
# File 'lib/aws-sdk-ec2/types.rb', line 16013 class DeleteNetworkInsightsPathResult < Struct.new( :network_insights_path_id) SENSITIVE = [] include Aws::Structure end |