Class: Aws::GlobalAccelerator::Types::ListCustomRoutingEndpointGroupsRequest

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

#listener_arnString

The Amazon Resource Name (ARN) of the listener to list endpoint groups for.

Returns:

  • (String)


2591
2592
2593
2594
2595
2596
2597
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2591

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

#max_resultsInteger

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

Returns:

  • (Integer)


2591
2592
2593
2594
2595
2596
2597
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2591

class ListCustomRoutingEndpointGroupsRequest < Struct.new(
  :listener_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)


2591
2592
2593
2594
2595
2596
2597
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2591

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