Class: Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_arn ⇒ String
The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.
-
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.
-
#max_results ⇒ Integer
The number of destination port mappings that you want to return with this call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#accelerator_arn ⇒ String
The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.
2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2732 class ListCustomRoutingPortMappingsRequest < Struct.new( :accelerator_arn, :endpoint_group_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.
2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2732 class ListCustomRoutingPortMappingsRequest < Struct.new( :accelerator_arn, :endpoint_group_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of destination port mappings that you want to return with this call. The default value is 10.
2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2732 class ListCustomRoutingPortMappingsRequest < Struct.new( :accelerator_arn, :endpoint_group_arn, :max_results, :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.
2732 2733 2734 2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2732 class ListCustomRoutingPortMappingsRequest < Struct.new( :accelerator_arn, :endpoint_group_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |