Class: Aws::EC2::Types::AccessScopeAnalysisFinding
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AccessScopeAnalysisFinding
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a finding for a Network Access Scope.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #finding_components  ⇒ Array<Types::PathComponent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The finding components.
 - 
  
    
      #finding_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the finding.
 - 
  
    
      #network_insights_access_scope_analysis_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Network Access Scope analysis.
 - 
  
    
      #network_insights_access_scope_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Network Access Scope.
 
Instance Attribute Details
#finding_components ⇒ Array<Types::PathComponent>
The finding components.
      416 417 418 419 420 421 422 423  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 416 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_id ⇒ String
The ID of the finding.
      416 417 418 419 420 421 422 423  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 416 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_id ⇒ String
The ID of the Network Access Scope analysis.
      416 417 418 419 420 421 422 423  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 416 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_id ⇒ String
The ID of the Network Access Scope.
      416 417 418 419 420 421 422 423  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 416 class AccessScopeAnalysisFinding < Struct.new( :network_insights_access_scope_analysis_id, :network_insights_access_scope_id, :finding_id, :finding_components) SENSITIVE = [] include Aws::Structure end  |