Class: Aws::Types::ListRoutingProfileManualAssignmentQueuesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRoutingProfileManualAssignmentQueuesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#routing_profile_manual_assignment_queue_config_summary_list ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfigSummary]
Returns the value of attribute routing_profile_manual_assignment_queue_config_summary_list.
Instance Attribute Details
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5293 5294 5295 |
# File 'sig/types.rbs', line 5293 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5292 5293 5294 |
# File 'sig/types.rbs', line 5292 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5290 5291 5292 |
# File 'sig/types.rbs', line 5290 def next_token @next_token end |
#routing_profile_manual_assignment_queue_config_summary_list ⇒ ::Array[Types::RoutingProfileManualAssignmentQueueConfigSummary]
Returns the value of attribute routing_profile_manual_assignment_queue_config_summary_list.
5291 5292 5293 |
# File 'sig/types.rbs', line 5291 def routing_profile_manual_assignment_queue_config_summary_list @routing_profile_manual_assignment_queue_config_summary_list end |