Class: Aws::EC2::Types::DeleteNetworkInsightsPathResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_insights_path_idString

The ID of the path.

Returns:

  • (String)


20422
20423
20424
20425
20426
# File 'lib/aws-sdk-ec2/types.rb', line 20422

class DeleteNetworkInsightsPathResult < Struct.new(
  :network_insights_path_id)
  SENSITIVE = []
  include Aws::Structure
end