- Navigation Guide
@aws-sdk/client-ssm
DescribeAssociationExecutionTargetsCommandOutput Interface
The output of DescribeAssociationExecutionTargetsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
AssociationExecutionTargets | AssociationExecutionTarget[] | undefined | Information about the execution. |
NextToken | string | undefined | The token for the next set of items to return. Use this token to get the next set of results. |
Full Signature
export interface DescribeAssociationExecutionTargetsCommandOutput extends DescribeAssociationExecutionTargetsResult, MetadataBearer