Class: Aws::EC2::Types::DeleteNetworkInsightsAnalysisResult

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_analysis_idString

The ID of the network insights analysis.

Returns:

  • (String)


14514
14515
14516
14517
14518
# File 'lib/aws-sdk-ec2/types.rb', line 14514

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