Class: Aws::EC2::Types::AccessScopeAnalysisFinding

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a finding for a Network Access Scope.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_componentsArray<Types::PathComponent>

The finding components.

Returns:



383
384
385
386
387
388
389
390
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 383

class AccessScopeAnalysisFinding < Struct.new(
  :network_insights_access_scope_analysis_id,
  :network_insights_access_scope_id,
  :finding_id,
  :finding_components)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

The ID of the finding.

Returns:

  • (String)


383
384
385
386
387
388
389
390
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 383

class AccessScopeAnalysisFinding < Struct.new(
  :network_insights_access_scope_analysis_id,
  :network_insights_access_scope_id,
  :finding_id,
  :finding_components)
  SENSITIVE = []
  include Aws::Structure
end

#network_insights_access_scope_analysis_idString

The ID of the Network Access Scope analysis.

Returns:

  • (String)


383
384
385
386
387
388
389
390
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 383

class AccessScopeAnalysisFinding < Struct.new(
  :network_insights_access_scope_analysis_id,
  :network_insights_access_scope_id,
  :finding_id,
  :finding_components)
  SENSITIVE = []
  include Aws::Structure
end

#network_insights_access_scope_idString

The ID of the Network Access Scope.

Returns:

  • (String)


383
384
385
386
387
388
389
390
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 383

class AccessScopeAnalysisFinding < Struct.new(
  :network_insights_access_scope_analysis_id,
  :network_insights_access_scope_id,
  :finding_id,
  :finding_components)
  SENSITIVE = []
  include Aws::Structure
end