paws.compute (version 0.1.0)

ec2_describe_public_ipv_4_pools: Describes the specified IPv4 address pools

Description

Describes the specified IPv4 address pools.

Usage

ec2_describe_public_ipv_4_pools(PoolIds, NextToken, MaxResults)

Arguments

PoolIds

The IDs of the address pools.

NextToken

The token for the next page of results.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Request syntax

svc$describe_public_ipv_4_pools(
  PoolIds = list(
    "string"
  ),
  NextToken = "string",
  MaxResults = 123
)