Describes the specified IPv4 address pools.
ec2_describe_public_ipv_4_pools(PoolIds, NextToken, MaxResults)The IDs of the address pools.
The token for the next page of results.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
svc$describe_public_ipv_4_pools(
PoolIds = list(
"string"
),
NextToken = "string",
MaxResults = 123
)