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


6913
6914
6915
# File 'sig/types.rbs', line 6913

def channel
  @channel
end

#delay::Integer

Returns the value of attribute delay.

Returns:

  • (::Integer)


6912
6913
6914
# File 'sig/types.rbs', line 6912

def delay
  @delay
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


6911
6912
6913
# File 'sig/types.rbs', line 6911

def priority
  @priority
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:

  • (::String)


6909
6910
6911
# File 'sig/types.rbs', line 6909

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


6908
6909
6910
# File 'sig/types.rbs', line 6908

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:

  • (::String)


6910
6911
6912
# File 'sig/types.rbs', line 6910

def queue_name
  @queue_name
end