Delete Image Usage Report
| ec2_delete_image_usage_report | R Documentation |
Deletes the specified image usage report¶
Description¶
Deletes the specified image usage report.
For more information, see View your AMI usage in the Amazon EC2 User Guide.
Usage¶
ec2_delete_image_usage_report(ReportId, DryRun)
Arguments¶
ReportId |
[required] The ID of the report to delete. |
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
|
Value¶
A list with the following syntax:
list(
Return = TRUE|FALSE
)
Request syntax¶
svc$delete_image_usage_report(
ReportId = "string",
DryRun = TRUE|FALSE
)