View source: R/ec2_operations.R
ec2_describe_host_reservations | R Documentation |
Describes reservations that are associated with Dedicated Hosts in your account.
See https://www.paws-r-sdk.com/docs/ec2_describe_host_reservations/ for full documentation.
ec2_describe_host_reservations(
Filter = NULL,
HostReservationIdSet = NULL,
MaxResults = NULL,
NextToken = NULL
)
Filter |
The filters.
|
HostReservationIdSet |
The host reservation IDs. |
MaxResults |
The maximum number of results to return for the request in a single
page. The remaining results can be seen by sending another request with
the returned |
NextToken |
The token to use to retrieve the next page of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.