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.
-
#workload_type_concurrencies ⇒ ::Array[Types::WorkloadTypeConcurrency]
Returns the value of attribute workload_type_concurrencies.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
5915 5916 5917 |
# File 'sig/types.rbs', line 5915 def channel @channel end |
#concurrency ⇒ ::Integer
Returns the value of attribute concurrency.
5916 5917 5918 |
# File 'sig/types.rbs', line 5916 def concurrency @concurrency end |
#cross_channel_behavior ⇒ Types::CrossChannelBehavior
Returns the value of attribute cross_channel_behavior.
5917 5918 5919 |
# File 'sig/types.rbs', line 5917 def cross_channel_behavior @cross_channel_behavior end |
#workload_type_concurrencies ⇒ ::Array[Types::WorkloadTypeConcurrency]
Returns the value of attribute workload_type_concurrencies.
5918 5919 5920 |
# File 'sig/types.rbs', line 5918 def workload_type_concurrencies @workload_type_concurrencies end |