Class: Aws::Connect::Types::ListRoutingProfileQueuesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


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_listArray<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