Class: Aws::Types::RoutingProfileQueueConfigSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:

  • ("VOICE", "CHAT", "TASK", "EMAIL")


7025
7026
7027
# File 'sig/types.rbs', line 7025

def channel
  @channel
end

#delay::Integer

Returns the value of attribute delay.

Returns:

  • (::Integer)


7024
7025
7026
# File 'sig/types.rbs', line 7024

def delay
  @delay
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


7023
7024
7025
# File 'sig/types.rbs', line 7023

def priority
  @priority
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


7021
7022
7023
# File 'sig/types.rbs', line 7021

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


7020
7021
7022
# File 'sig/types.rbs', line 7020

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


7022
7023
7024
# File 'sig/types.rbs', line 7022

def queue_name
  @queue_name
end