Class: Aws::EC2::Types::GetNetworkInsightsAccessScopeContentResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetNetworkInsightsAccessScopeContentResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network_insights_access_scope_content  ⇒ Types::NetworkInsightsAccessScopeContent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Network Access Scope content.
 
Instance Attribute Details
#network_insights_access_scope_content ⇒ Types::NetworkInsightsAccessScopeContent
The Network Access Scope content.
      38256 38257 38258 38259 38260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 38256 class GetNetworkInsightsAccessScopeContentResult < Struct.new( :network_insights_access_scope_content) SENSITIVE = [] include Aws::Structure end  |