- Navigation Guide
@aws-sdk/client-ssm
GetParametersByPathCommandOutput Interface
The output of GetParametersByPathCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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