View source: R/route53domains_operations.R
route53domains_list_operations | R Documentation |
Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.
See https://www.paws-r-sdk.com/docs/route53domains_list_operations/ for full documentation.
route53domains_list_operations(
SubmittedSince = NULL,
Marker = NULL,
MaxItems = NULL,
Status = NULL,
Type = NULL,
SortBy = NULL,
SortOrder = NULL
)
SubmittedSince |
An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC). |
Marker |
For an initial request for a list of operations, omit this element. If
the number of operations that are not yet complete is greater than the
value that you specified for |
MaxItems |
Number of domains to be returned. Default: 20 |
Status |
The status of the operations. |
Type |
An arrays of the domains operation types. |
SortBy |
The sort type for returned values. |
SortOrder |
The sort order for returned values, either ascending or descending. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.