paws.compute (version 0.1.0)

ec2_describe_egress_only_internet_gateways: Describes one or more of your egress-only internet gateways

Description

Describes one or more of your egress-only internet gateways.

Usage

ec2_describe_egress_only_internet_gateways(DryRun,
  EgressOnlyInternetGatewayIds, MaxResults, NextToken)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

EgressOnlyInternetGatewayIds

One or more egress-only internet gateway IDs.

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.

NextToken

The token for the next page of results.

Request syntax

svc$describe_egress_only_internet_gateways(
  DryRun = TRUE|FALSE,
  EgressOnlyInternetGatewayIds = list(
    "string"
  ),
  MaxResults = 123,
  NextToken = "string"
)