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.
23354 23355 23356 23357 23358 23359 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23354 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.
23354 23355 23356 23357 23358 23359 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23354 class DescribeLocalGatewayVirtualInterfaceGroupsResult < Struct.new( :local_gateway_virtual_interface_groups, :next_token) SENSITIVE = [] include Aws::Structure end |