ec2_describe_instance_credit_specifications {paws.compute} | R Documentation |
Describes the credit option for CPU usage of the specified burstable performance instances
Description
Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard
and unlimited
.
See https://www.paws-r-sdk.com/docs/ec2_describe_instance_credit_specifications/ for full documentation.
Usage
ec2_describe_instance_credit_specifications(
DryRun = NULL,
Filters = NULL,
InstanceIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
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 |
Filters |
The filters.
|
InstanceIds |
The instance IDs. Default: Describes all your instances. Constraints: Maximum 1000 explicitly specified instance IDs. |
MaxResults |
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. You cannot specify this parameter and the instance IDs parameter in the same call. |
NextToken |
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request. |