class Aws::DirectConnect::Types::DescribeDirectConnectGatewaysRequest
@note When making an API call, you may pass DescribeDirectConnectGatewaysRequest
data as a hash: { direct_connect_gateway_id: "DirectConnectGatewayId", max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] direct_connect_gateway_id
The ID of the Direct Connect gateway. @return [String]
@!attribute [rw] max_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. If `MaxResults` is given a value larger than 100, only 100 results are returned. @return [Integer]
@!attribute [rw] next_token
The token provided in the previous call to retrieve the next page. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewaysRequest AWS API Documentation
Constants
- SENSITIVE