- Navigation Guide
@aws-sdk/client-ssm
DescribeAssociationExecutionTargetsCommandInput Interface
The input for DescribeAssociationExecutionTargetsCommand.
Members
Name | Type | Details |
---|---|---|
AssociationId Required | string | undefined | The association ID that includes the execution for which you want to view details. |
ExecutionId Required | string | undefined | The execution ID for which you want to view details. |
Filters | AssociationExecutionTargetsFilter[] | undefined | Filters for the request. You can specify the following filters and values. Status (EQUAL) ResourceId (EQUAL) ResourceType (EQUAL) |
MaxResults | number | undefined | The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. |
NextToken | string | undefined | A token to start the list. Use this token to get the next set of results. |
Full Signature
export interface DescribeAssociationExecutionTargetsCommandInput extends DescribeAssociationExecutionTargetsRequest