Class: Aws::EC2::Types::StartNetworkInsightsAccessScopeAnalysisResult

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_analysisTypes::NetworkInsightsAccessScopeAnalysis

The Network Access Scope analysis.



62907
62908
62909
62910
62911
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62907

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