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.
ec2_describe_instance_credit_specifications(
DryRun = NULL,
Filters = NULL,
InstanceIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
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 DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
The filters.
instance-id
- The ID of the instance.
The instance IDs.
Default: Describes all your instances.
Constraints: Maximum 1000 explicitly specified instance IDs.
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.
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.