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


7007
7008
7009
# File 'sig/types.rbs', line 7007

def channel
  @channel
end

#delay::Integer

Returns the value of attribute delay.

Returns:

  • (::Integer)


7006
7007
7008
# File 'sig/types.rbs', line 7006

def delay
  @delay
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


7005
7006
7007
# File 'sig/types.rbs', line 7005

def priority
  @priority
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


7003
7004
7005
# File 'sig/types.rbs', line 7003

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


7002
7003
7004
# File 'sig/types.rbs', line 7002

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


7004
7005
7006
# File 'sig/types.rbs', line 7004

def queue_name
  @queue_name
end