Class: Aws::GlobalAccelerator::Types::ListListenersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListListenersRequest
- 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 for which you want to list listener objects.
-
#max_results ⇒ Integer
The number of listener objects 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 for which you want to list listener objects.
2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2818 class ListListenersRequest < Struct.new( :accelerator_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of listener objects that you want to return with this call. The default value is 10.
2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2818 class ListListenersRequest < Struct.new( :accelerator_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.
2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2818 class ListListenersRequest < Struct.new( :accelerator_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |