Class: Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#port_mappings ⇒ Array<Types::PortMapping>
The port mappings for a custom routing accelerator.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
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_mappings ⇒ Array<Types::PortMapping>
The port mappings for a custom routing accelerator.
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 |