ec2_describe_hosts {paws.compute} | R Documentation |
Describes the specified Dedicated Hosts or all your Dedicated Hosts
Description
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
See https://www.paws-r-sdk.com/docs/ec2_describe_hosts/ for full documentation.
Usage
ec2_describe_hosts(
HostIds = NULL,
NextToken = NULL,
MaxResults = NULL,
Filter = NULL
)
Arguments
HostIds |
The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches. |
NextToken |
The token to use to retrieve the next page of results. |
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 You cannot specify this parameter and the host IDs parameter in the same request. |
Filter |
The filters.
|