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")


7036
7037
7038
# File 'sig/types.rbs', line 7036

def channel
  @channel
end

#delay::Integer

Returns the value of attribute delay.

Returns:

  • (::Integer)


7035
7036
7037
# File 'sig/types.rbs', line 7035

def delay
  @delay
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


7034
7035
7036
# File 'sig/types.rbs', line 7034

def priority
  @priority
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


7032
7033
7034
# File 'sig/types.rbs', line 7032

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


7031
7032
7033
# File 'sig/types.rbs', line 7031

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


7033
7034
7035
# File 'sig/types.rbs', line 7033

def queue_name
  @queue_name
end