class Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationsRequest

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

data as a hash:

    {
      association_id: "DirectConnectGatewayAssociationId",
      associated_gateway_id: "AssociatedGatewayId",
      direct_connect_gateway_id: "DirectConnectGatewayId",
      max_results: 1,
      next_token: "PaginationToken",
      virtual_gateway_id: "VirtualGatewayId",
    }

@!attribute [rw] association_id

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

@!attribute [rw] associated_gateway_id

The ID of the associated gateway.
@return [String]

@!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]

@!attribute [rw] virtual_gateway_id

The ID of the virtual private gateway or transit gateway.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsRequest AWS API Documentation

Constants

SENSITIVE