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.
23792 23793 23794 23795 23796 23797 |
# File 'lib/aws-sdk-ec2/types.rb', line 23792 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.
23792 23793 23794 23795 23796 23797 |
# File 'lib/aws-sdk-ec2/types.rb', line 23792 class DescribeLocalGatewayVirtualInterfaceGroupsResult < Struct.new( :local_gateway_virtual_interface_groups, :next_token) SENSITIVE = [] include Aws::Structure end |