@aws-sdk/client-ssm

GetParametersByPathCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

The token for the next set of items to return. Use this token to get the next set of results.

Parameters Parameter[] | undefined

A list of parameters found in the specified hierarchy.

Full Signature

export interface GetParametersByPathCommandOutput extends GetParametersByPathResult, MetadataBearer