Class: Aws::GlobalAccelerator::Types::ListCustomRoutingPortMappingsByDestinationRequest

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_addressString

The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.

Returns:

  • (String)


2682
2683
2684
2685
2686
2687
2688
2689
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2682

class ListCustomRoutingPortMappingsByDestinationRequest < Struct.new(
  :endpoint_id,
  :destination_address,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_idString

The ID for the virtual private cloud (VPC) subnet.

Returns:

  • (String)


2682
2683
2684
2685
2686
2687
2688
2689
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2682

class ListCustomRoutingPortMappingsByDestinationRequest < Struct.new(
  :endpoint_id,
  :destination_address,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The number of destination port mappings that you want to return with this call. The default value is 10.

Returns:

  • (Integer)


2682
2683
2684
2685
2686
2687
2688
2689
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2682

class ListCustomRoutingPortMappingsByDestinationRequest < Struct.new(
  :endpoint_id,
  :destination_address,
  :max_results,
  :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)


2682
2683
2684
2685
2686
2687
2688
2689
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2682

class ListCustomRoutingPortMappingsByDestinationRequest < Struct.new(
  :endpoint_id,
  :destination_address,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end