Class: Aws::Types::UpdateRoutingProfileDefaultOutboundQueueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_outbound_queue_id::String

Returns the value of attribute default_outbound_queue_id.

Returns:

  • (::String)


8955
8956
8957
# File 'sig/types.rbs', line 8955

def default_outbound_queue_id
  @default_outbound_queue_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8953
8954
8955
# File 'sig/types.rbs', line 8953

def instance_id
  @instance_id
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


8954
8955
8956
# File 'sig/types.rbs', line 8954

def routing_profile_id
  @routing_profile_id
end