Class: Aws::Types::UpdateRoutingProfileQueuesRequest

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)


8968
8969
8970
# File 'sig/types.rbs', line 8968

def instance_id
  @instance_id
end

#queue_configs::Array[Types::RoutingProfileQueueConfig]

Returns the value of attribute queue_configs.

Returns:



8970
8971
8972
# File 'sig/types.rbs', line 8970

def queue_configs
  @queue_configs
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


8969
8970
8971
# File 'sig/types.rbs', line 8969

def routing_profile_id
  @routing_profile_id
end