Class: Aws::EC2::Types::DescribeNetworkInsightsAccessScopesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeNetworkInsightsAccessScopesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network_insights_access_scopes  ⇒ Array<Types::NetworkInsightsAccessScope> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Network Access Scopes.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#network_insights_access_scopes ⇒ Array<Types::NetworkInsightsAccessScope>
The Network Access Scopes.
      24550 24551 24552 24553 24554 24555  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24550 class DescribeNetworkInsightsAccessScopesResult < Struct.new( :network_insights_access_scopes, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      24550 24551 24552 24553 24554 24555  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24550 class DescribeNetworkInsightsAccessScopesResult < Struct.new( :network_insights_access_scopes, :next_token) SENSITIVE = [] include Aws::Structure end  |