View source: R/route53domains_operations.R
route53domains_view_billing | R Documentation |
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
See https://www.paws-r-sdk.com/docs/route53domains_view_billing/ for full documentation.
route53domains_view_billing(
Start = NULL,
End = NULL,
Marker = NULL,
MaxItems = NULL
)
Start |
The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC). |
End |
The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC). |
Marker |
For an initial request for a list of billing records, omit this element.
If the number of billing records that are associated with the current
Amazon Web Services account during the specified period is greater than
the value that you specified for Constraints: The marker must match the value of |
MaxItems |
The number of billing records to be returned. Default: 20 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.