View source: R/ec2_operations.R
ec2_get_aws_network_performance_data | R Documentation |
Gets network performance data.
See https://www.paws-r-sdk.com/docs/ec2_get_aws_network_performance_data/ for full documentation.
ec2_get_aws_network_performance_data(
DataQueries = NULL,
StartTime = NULL,
EndTime = NULL,
MaxResults = NULL,
NextToken = NULL,
DryRun = NULL
)
DataQueries |
A list of network performance data queries. |
StartTime |
The starting time for the performance data request. The starting time
must be formatted as |
EndTime |
The ending time for the performance data request. The end time must be
formatted as |
MaxResults |
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned |
NextToken |
The token for the next page of results. |
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.