class Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsByDestinationRequest

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

data as a hash:

    {
      endpoint_id: "GenericString", # required
      destination_address: "GenericString", # required
      max_results: 1,
      next_token: "GenericString",
    }

@!attribute [rw] endpoint_id

The ID for the virtual private cloud (VPC) subnet.
@return [String]

@!attribute [rw] destination_address

The endpoint IP address in a virtual private cloud (VPC) subnet for
which you want to receive back port mappings.
@return [String]

@!attribute [rw] max_results

The number of destination port mappings that you want to return with
this call. The default value is 10.
@return [Integer]

@!attribute [rw] next_token

The token for the next set of results. You receive this token from a
previous call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/ListCustomRoutingPortMappingsByDestinationRequest AWS API Documentation

Constants

SENSITIVE