Class: Aws::EC2::Types::DeleteNetworkInsightsAccessScopeAnalysisResult

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_access_scope_analysis_idString

The ID of the Network Access Scope analysis.

Returns:

  • (String)


14556
14557
14558
14559
14560
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14556

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