Class: Aws::EC2::Types::DescribeLocalGatewayVirtualInterfaceGroupsResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DescribeLocalGatewayVirtualInterfaceGroupsResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 26532 26533 26534 26535 26536 26537 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 26532 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.
| 26532 26533 26534 26535 26536 26537 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 26532 class DescribeLocalGatewayVirtualInterfaceGroupsResult < Struct.new( :local_gateway_virtual_interface_groups, :next_token) SENSITIVE = [] include Aws::Structure end |