Class: Aws::GlobalAccelerator::Types::ListCustomRoutingEndpointGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCustomRoutingEndpointGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener to list endpoint groups for.
-
#max_results ⇒ Integer
The number of endpoint group objects that you want to return with this call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener to list endpoint groups for.
2591 2592 2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2591 class ListCustomRoutingEndpointGroupsRequest < Struct.new( :listener_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of endpoint group objects that you want to return with this call. The default value is 10.
2591 2592 2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2591 class ListCustomRoutingEndpointGroupsRequest < Struct.new( :listener_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.
2591 2592 2593 2594 2595 2596 2597 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2591 class ListCustomRoutingEndpointGroupsRequest < Struct.new( :listener_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |