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