Class: Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsByDestinationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_port_mappingsArray<Types::DestinationPortMapping>

The port mappings for the endpoint IP address that you specified in the request.

Returns:



2703
2704
2705
2706
2707
2708
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2703

class ListCustomRoutingPortMappingsByDestinationResponse < Struct.new(
  :destination_port_mappings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


2703
2704
2705
2706
2707
2708
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2703

class ListCustomRoutingPortMappingsByDestinationResponse < Struct.new(
  :destination_port_mappings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end