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

#last_modified_regionString

The Amazon Web Services Region where this resource was last modified.

Returns:

  • (String)


11919
11920
11921
11922
11923
11924
11925
11926
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11919

class ListRoutingProfileQueuesResponse < Struct.new(
  :next_token,
  :routing_profile_queue_config_summary_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when this resource was last modified.

Returns:

  • (Time)


11919
11920
11921
11922
11923
11924
11925
11926
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11919

class ListRoutingProfileQueuesResponse < Struct.new(
  :next_token,
  :routing_profile_queue_config_summary_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


11919
11920
11921
11922
11923
11924
11925
11926
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11919

class ListRoutingProfileQueuesResponse < Struct.new(
  :next_token,
  :routing_profile_queue_config_summary_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#routing_profile_queue_config_summary_listArray<Types::RoutingProfileQueueConfigSummary>

Information about the routing profiles.



11919
11920
11921
11922
11923
11924
11925
11926
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11919

class ListRoutingProfileQueuesResponse < Struct.new(
  :next_token,
  :routing_profile_queue_config_summary_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end