Class: Aws::EC2::Types::DeleteNetworkInsightsAccessScopeAnalysisResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteNetworkInsightsAccessScopeAnalysisResult
- Defined in:
- gems/aws-sdk-ec2/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.
16042 16043 16044 16045 16046 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16042 class DeleteNetworkInsightsAccessScopeAnalysisResult < Struct.new( :network_insights_access_scope_analysis_id) SENSITIVE = [] include Aws::Structure end |