Class: Aws::Types::ListCustomRoutingEndpointGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomRoutingEndpointGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_groups ⇒ ::Array[Types::CustomRoutingEndpointGroup]
Returns the value of attribute endpoint_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#endpoint_groups ⇒ ::Array[Types::CustomRoutingEndpointGroup]
Returns the value of attribute endpoint_groups.
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.
649 650 651 |
# File 'sig/types.rbs', line 649 def next_token @next_token end |