Class: Aws::EC2::Types::NetworkInsightsAccessScopeContent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NetworkInsightsAccessScopeContent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the Network Access Scope content.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #exclude_paths  ⇒ Array<Types::AccessScopePath> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The paths to exclude.
 - 
  
    
      #match_paths  ⇒ Array<Types::AccessScopePath> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The paths to match.
 - 
  
    
      #network_insights_access_scope_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Network Access Scope.
 
Instance Attribute Details
#exclude_paths ⇒ Array<Types::AccessScopePath>
The paths to exclude.
      51239 51240 51241 51242 51243 51244 51245  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 51239 class NetworkInsightsAccessScopeContent < Struct.new( :network_insights_access_scope_id, :match_paths, :exclude_paths) SENSITIVE = [] include Aws::Structure end  | 
  
#match_paths ⇒ Array<Types::AccessScopePath>
The paths to match.
      51239 51240 51241 51242 51243 51244 51245  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 51239 class NetworkInsightsAccessScopeContent < Struct.new( :network_insights_access_scope_id, :match_paths, :exclude_paths) SENSITIVE = [] include Aws::Structure end  | 
  
#network_insights_access_scope_id ⇒ String
The ID of the Network Access Scope.
      51239 51240 51241 51242 51243 51244 51245  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 51239 class NetworkInsightsAccessScopeContent < Struct.new( :network_insights_access_scope_id, :match_paths, :exclude_paths) SENSITIVE = [] include Aws::Structure end  |