Describes the credit option for CPU usage of the specified burstable performance instances
Source:R/ec2_operations.R
ec2_describe_instance_credit_specifications.RdDescribes 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 operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Filters
The filters.
instance-id- The ID of the instance.
- 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.