Class: Aws::Types::ListRoutingProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRoutingProfilesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#routing_profile_summary_list ⇒ ::Array[Types::RoutingProfileSummary]
Returns the value of attribute routing_profile_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5499 5500 5501 |
# File 'sig/types.rbs', line 5499 def next_token @next_token end |
#routing_profile_summary_list ⇒ ::Array[Types::RoutingProfileSummary]
Returns the value of attribute routing_profile_summary_list.
5498 5499 5500 |
# File 'sig/types.rbs', line 5498 def routing_profile_summary_list @routing_profile_summary_list end |