Class: Aws::Types::MediaConcurrency

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


5727
5728
5729
# File 'sig/types.rbs', line 5727

def channel
  @channel
end

#concurrency::Integer

Returns the value of attribute concurrency.

Returns:

  • (::Integer)


5728
5729
5730
# File 'sig/types.rbs', line 5728

def concurrency
  @concurrency
end

#cross_channel_behaviorTypes::CrossChannelBehavior

Returns the value of attribute cross_channel_behavior.



5729
5730
5731
# File 'sig/types.rbs', line 5729

def cross_channel_behavior
  @cross_channel_behavior
end