Class: Aws::EC2::Types::DescribeLocalGatewayVirtualInterfaceGroupsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeLocalGatewayVirtualInterfaceGroupsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #local_gateway_virtual_interface_groups  ⇒ Array<Types::LocalGatewayVirtualInterfaceGroup> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The virtual interface groups.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#local_gateway_virtual_interface_groups ⇒ Array<Types::LocalGatewayVirtualInterfaceGroup>
The virtual interface groups.
      23842 23843 23844 23845 23846 23847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 23842 class DescribeLocalGatewayVirtualInterfaceGroupsResult < Struct.new( :local_gateway_virtual_interface_groups, :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.
      23842 23843 23844 23845 23846 23847  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 23842 class DescribeLocalGatewayVirtualInterfaceGroupsResult < Struct.new( :local_gateway_virtual_interface_groups, :next_token) SENSITIVE = [] include Aws::Structure end  |