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.
14890 14891 14892 14893 14894 |
# File 'lib/aws-sdk-ec2/types.rb', line 14890 class DeleteNetworkInsightsPathResult < Struct.new( :network_insights_path_id) SENSITIVE = [] include Aws::Structure end |