Class: Aws::EC2::Types::DeleteNetworkInsightsAnalysisResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNetworkInsightsAnalysisResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_analysis_id ⇒ String
The ID of the network insights analysis.
Instance Attribute Details
#network_insights_analysis_id ⇒ String
The ID of the network insights analysis.
16006 16007 16008 16009 16010 |
# File 'lib/aws-sdk-ec2/types.rb', line 16006 class DeleteNetworkInsightsAnalysisResult < Struct.new( :network_insights_analysis_id) SENSITIVE = [] include Aws::Structure end |