Class: Aws::EC2::Types::DeleteNetworkInsightsPathResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNetworkInsightsPathResult
- Defined in:
- gems/aws-sdk-ec2/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.
16138 16139 16140 16141 16142 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16138 class DeleteNetworkInsightsPathResult < Struct.new( :network_insights_path_id) SENSITIVE = [] include Aws::Structure end |