Class: Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsResponse

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

#next_tokenString

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

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2752

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

#port_mappingsArray<Types::PortMapping>

The port mappings for a custom routing accelerator.

Returns:



2752
2753
2754
2755
2756
2757
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2752

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