ec2_describe_mac_hosts: Describes the specified EC2 Mac Dedicated Host or all of your...

View source: R/ec2_operations.R

ec2_describe_mac_hostsR Documentation

Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts

Description

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.

Usage

ec2_describe_mac_hosts(
  Filters = NULL,
  HostIds = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

Filters

The filters.

  • availability-zone - The Availability Zone of the EC2 Mac Dedicated Host.

  • instance-type - The instance type size that the EC2 Mac Dedicated Host is configured to support.

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 value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

NextToken

The token to use to retrieve the next page of results.


paws.compute documentation built on May 29, 2024, 9:16 a.m.