Views information about a specific execution of a specific association
Source:R/ssm_operations.R
ssm_describe_association_execution_targets.RdViews information about a specific execution of a specific association.
See https://www.paws-r-sdk.com/docs/ssm_describe_association_execution_targets/ for full documentation.
Usage
ssm_describe_association_execution_targets(
AssociationId,
ExecutionId,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- AssociationId
[required] The association ID that includes the execution for which you want to view details.
- ExecutionId
[required] The execution ID for which you want to view details.
- Filters
Filters for the request. You can specify the following filters and values.
Status (EQUAL)
ResourceId (EQUAL)
ResourceType (EQUAL)
- MaxResults
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
A token to start the list. Use this token to get the next set of results.