View source: R/ec2_operations.R
ec2_describe_reserved_instances | R Documentation |
Describes one or more of the Reserved Instances that you purchased.
See https://www.paws-r-sdk.com/docs/ec2_describe_reserved_instances/ for full documentation.
ec2_describe_reserved_instances(
Filters = NULL,
OfferingClass = NULL,
ReservedInstancesIds = NULL,
DryRun = NULL,
OfferingType = NULL
)
Filters |
One or more filters.
|
OfferingClass |
Describes whether the Reserved Instance is Standard or Convertible. |
ReservedInstancesIds |
One or more Reserved Instance IDs. Default: Describes all your Reserved Instances, or only those otherwise specified. |
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 |
OfferingType |
The Reserved Instance offering type. If you are using tools that predate
the 2011-11-01 API version, you only have access to the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.