Class: Aws::Types::DisassociateRoutingProfileQueuesRequest

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)


3099
3100
3101
# File 'sig/types.rbs', line 3099

def instance_id
  @instance_id
end

#manual_assignment_queue_references::Array[Types::RoutingProfileQueueReference]

Returns the value of attribute manual_assignment_queue_references.



3102
3103
3104
# File 'sig/types.rbs', line 3102

def manual_assignment_queue_references
  @manual_assignment_queue_references
end

#queue_references::Array[Types::RoutingProfileQueueReference]

Returns the value of attribute queue_references.



3101
3102
3103
# File 'sig/types.rbs', line 3101

def queue_references
  @queue_references
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


3100
3101
3102
# File 'sig/types.rbs', line 3100

def routing_profile_id
  @routing_profile_id
end