@aws-sdk/client-ssm

DescribeAssociationExecutionTargetsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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