Class: Aws::EC2::Types::DeleteNetworkInsightsAccessScopeAnalysisResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNetworkInsightsAccessScopeAnalysisResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_insights_access_scope_analysis_id ⇒ String
The ID of the Network Access Scope analysis.
Instance Attribute Details
#network_insights_access_scope_analysis_id ⇒ String
The ID of the Network Access Scope analysis.
15917 15918 15919 15920 15921 |
# File 'lib/aws-sdk-ec2/types.rb', line 15917 class DeleteNetworkInsightsAccessScopeAnalysisResult < Struct.new( :network_insights_access_scope_analysis_id) SENSITIVE = [] include Aws::Structure end |