View source: R/ssm_operations.R
ssm_describe_inventory_deletions | R Documentation |
Describes a specific delete inventory operation.
See https://www.paws-r-sdk.com/docs/ssm_describe_inventory_deletions/ for full documentation.
ssm_describe_inventory_deletions(
DeletionId = NULL,
NextToken = NULL,
MaxResults = NULL
)
DeletionId |
Specify the delete inventory ID for which you want information. This ID
was returned by the |
NextToken |
A token to start the list. Use this token to get the next set of results. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.