Class: Aws::Types::ListCustomRoutingEndpointGroupsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_groups::Array[Types::CustomRoutingEndpointGroup]

Returns the value of attribute endpoint_groups.

Returns:



648
649
650
# File 'sig/types.rbs', line 648

def endpoint_groups
  @endpoint_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def next_token
  @next_token
end