class Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationProposalsRequest

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

data as a hash:

    {
      direct_connect_gateway_id: "DirectConnectGatewayId",
      proposal_id: "DirectConnectGatewayAssociationProposalId",
      associated_gateway_id: "AssociatedGatewayId",
      max_results: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] direct_connect_gateway_id

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

@!attribute [rw] proposal_id

The ID of the proposal.
@return [String]

@!attribute [rw] associated_gateway_id

The ID of the associated 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 for the next page of results.
@return [String]

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

Constants

SENSITIVE