Class: Aws::Connect::Types::ListRoutingProfileManualAssignmentQueuesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-connect/types.rb', line 16598

class ListRoutingProfileManualAssignmentQueuesResponse < Struct.new(
  :next_token,
  :routing_profile_manual_assignment_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)


16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-connect/types.rb', line 16598

class ListRoutingProfileManualAssignmentQueuesResponse < Struct.new(
  :next_token,
  :routing_profile_manual_assignment_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)


16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-connect/types.rb', line 16598

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

#routing_profile_manual_assignment_queue_config_summary_listArray<Types::RoutingProfileManualAssignmentQueueConfigSummary>

Information about the manual assignment queues associated with the routing profile.



16598
16599
16600
16601
16602
16603
16604
16605
# File 'lib/aws-sdk-connect/types.rb', line 16598

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