class Aws::DirectConnect::Types::DescribeDirectConnectGatewayAttachmentsRequest

@note When making an API call, you may pass DescribeDirectConnectGatewayAttachmentsRequest

data as a hash:

    {
      direct_connect_gateway_id: "DirectConnectGatewayId",
      virtual_interface_id: "VirtualInterfaceId",
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] direct_connect_gateway_id

The ID of the Direct Connect gateway.
@return [String]

@!attribute [rw] virtual_interface_id

The ID of the virtual interface.
@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/DescribeDirectConnectGatewayAttachmentsRequest AWS API Documentation

Constants

SENSITIVE