ec2_confirm_product_instance {paws.compute} | R Documentation |
Determines whether a product code is associated with an instance
Description
Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.
See https://www.paws-r-sdk.com/docs/ec2_confirm_product_instance/ for full documentation.
Usage
ec2_confirm_product_instance(InstanceId, ProductCode, DryRun = NULL)
Arguments
InstanceId |
[required] The ID of the instance. |
ProductCode |
[required] The product code. This must be a product code that you own. |
DryRun |
Checks whether you have the required permissions for the operation,
without actually making the request, and provides an error response. If
you have the required permissions, the error response is
|
[Package paws.compute version 0.9.0 Index]