- Navigation Guide
@aws-sdk/client-ec2
DescribeInternetGatewaysCommandOutput Interface
The output of DescribeInternetGatewaysCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
InternetGateways | InternetGateway[] | undefined | Information about the internet gateways. |
NextToken | string | undefined | The token to include in another request to get the next page of items. This value is |
Full Signature
export interface DescribeInternetGatewaysCommandOutput extends DescribeInternetGatewaysResult, MetadataBearer