Class: Aws::Types::MediaConcurrency
- Inherits:
-
Object
- Object
- Aws::Types::MediaConcurrency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#concurrency ⇒ ::Integer
Returns the value of attribute concurrency.
-
#cross_channel_behavior ⇒ Types::CrossChannelBehavior
Returns the value of attribute cross_channel_behavior.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
5826 5827 5828 |
# File 'sig/types.rbs', line 5826 def channel @channel end |
#concurrency ⇒ ::Integer
Returns the value of attribute concurrency.
5827 5828 5829 |
# File 'sig/types.rbs', line 5827 def concurrency @concurrency end |
#cross_channel_behavior ⇒ Types::CrossChannelBehavior
Returns the value of attribute cross_channel_behavior.
5828 5829 5830 |
# File 'sig/types.rbs', line 5828 def cross_channel_behavior @cross_channel_behavior end |