Class: Aws::Types::AssociateRoutingProfileQueuesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def instance_id
  @instance_id
end

#manual_assignment_queue_configs::Array[Types::RoutingProfileManualAssignmentQueueConfig]

Returns the value of attribute manual_assignment_queue_configs.



384
385
386
# File 'sig/types.rbs', line 384

def manual_assignment_queue_configs
  @manual_assignment_queue_configs
end

#queue_configs::Array[Types::RoutingProfileQueueConfig]

Returns the value of attribute queue_configs.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def queue_configs
  @queue_configs
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def routing_profile_id
  @routing_profile_id
end