@aws-sdk/client-ssm

DescribeInstanceInformationCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
InstanceInformationList InstanceInformation[] | undefined

The managed node information list.

NextToken string | undefined

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Full Signature

export interface DescribeInstanceInformationCommandOutput extends DescribeInstanceInformationResult, MetadataBearer