View source: R/arczonalshift_operations.R
arczonalshift_list_autoshifts | R Documentation |
Returns a list of autoshifts for an Amazon Web Services Region. By default, the call returns only ACTIVE
autoshifts. Optionally, you can specify the status
parameter to return COMPLETED
autoshifts.
See https://www.paws-r-sdk.com/docs/arczonalshift_list_autoshifts/ for full documentation.
arczonalshift_list_autoshifts(
maxResults = NULL,
nextToken = NULL,
status = NULL
)
maxResults |
The number of objects that you want to return with this call. |
nextToken |
Specifies that you want to receive the next page of results. Valid only
if you received a |
status |
The status of the autoshift. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.