View source: R/ec2_operations.R
ec2_describe_mac_hosts | R Documentation |
Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.
See https://www.paws-r-sdk.com/docs/ec2_describe_mac_hosts/ for full documentation.
ec2_describe_mac_hosts(
Filters = NULL,
HostIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
Filters |
The filters.
|
HostIds |
The IDs of the EC2 Mac Dedicated Hosts. |
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.