View source: R/cloudcontrolapi_operations.R
cloudcontrolapi_list_resource_requests | R Documentation |
Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide.
See https://www.paws-r-sdk.com/docs/cloudcontrolapi_list_resource_requests/ for full documentation.
cloudcontrolapi_list_resource_requests(
MaxResults = NULL,
NextToken = NULL,
ResourceRequestStatusFilter = NULL
)
MaxResults |
The maximum number of results to be returned with a single call. If the
number of available results exceeds this maximum, the response includes
a The default is |
NextToken |
If the previous paginated request didn't return all of the remaining
results, the response object's |
ResourceRequestStatusFilter |
The filter criteria to apply to the requests returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.