Class: Aws::Connect::Types::ListRoutingProfileQueuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListRoutingProfileQueuesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#routing_profile_queue_config_summary_list ⇒ Array<Types::RoutingProfileQueueConfigSummary>
Information about the routing profiles.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
8696 8697 8698 8699 8700 8701 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8696 class ListRoutingProfileQueuesResponse < Struct.new( :next_token, :routing_profile_queue_config_summary_list) SENSITIVE = [] include Aws::Structure end |
#routing_profile_queue_config_summary_list ⇒ Array<Types::RoutingProfileQueueConfigSummary>
Information about the routing profiles.
8696 8697 8698 8699 8700 8701 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8696 class ListRoutingProfileQueuesResponse < Struct.new( :next_token, :routing_profile_queue_config_summary_list) SENSITIVE = [] include Aws::Structure end |