Class: Aws::EC2::Types::DescribeLocalGatewayVirtualInterfacesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeLocalGatewayVirtualInterfacesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateway_virtual_interfaces ⇒ Array<Types::LocalGatewayVirtualInterface>
Information about the virtual interfaces.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#local_gateway_virtual_interfaces ⇒ Array<Types::LocalGatewayVirtualInterface>
Information about the virtual interfaces.
23866 23867 23868 23869 23870 23871 |
# File 'lib/aws-sdk-ec2/types.rb', line 23866 class DescribeLocalGatewayVirtualInterfacesResult < Struct.new( :local_gateway_virtual_interfaces, :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.
23866 23867 23868 23869 23870 23871 |
# File 'lib/aws-sdk-ec2/types.rb', line 23866 class DescribeLocalGatewayVirtualInterfacesResult < Struct.new( :local_gateway_virtual_interfaces, :next_token) SENSITIVE = [] include Aws::Structure end |