Class: Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsByDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsByDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_port_mappings ⇒ Array<Types::DestinationPortMapping>
The port mappings for the endpoint IP address that you specified in the request.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#destination_port_mappings ⇒ Array<Types::DestinationPortMapping>
The port mappings for the endpoint IP address that you specified in the request.
2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2703 class ListCustomRoutingPortMappingsByDestinationResponse < Struct.new( :destination_port_mappings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2703 class ListCustomRoutingPortMappingsByDestinationResponse < Struct.new( :destination_port_mappings, :next_token) SENSITIVE = [] include Aws::Structure end |