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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


14650
14651
14652
14653
14654
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14650

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