Class: Aws::GlobalAccelerator::Types::ListCustomRoutingListenersRequest

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

#accelerator_arnString

The Amazon Resource Name (ARN) of the accelerator to list listeners for.

Returns:

  • (String)


2635
2636
2637
2638
2639
2640
2641
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2635

class ListCustomRoutingListenersRequest < Struct.new(
  :accelerator_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The number of listener objects that you want to return with this call. The default value is 10.

Returns:

  • (Integer)


2635
2636
2637
2638
2639
2640
2641
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2635

class ListCustomRoutingListenersRequest < Struct.new(
  :accelerator_arn,
  :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)


2635
2636
2637
2638
2639
2640
2641
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2635

class ListCustomRoutingListenersRequest < Struct.new(
  :accelerator_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end