Class: Aws::Types::BatchStopRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchStopRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
-
#multiplex_ids ⇒ ::Array[::String]
Returns the value of attribute multiplex_ids.
Instance Attribute Details
#channel_ids ⇒ ::Array[::String]
Returns the value of attribute channel_ids.
330 331 332 |
# File 'sig/types.rbs', line 330 def channel_ids @channel_ids end |
#multiplex_ids ⇒ ::Array[::String]
Returns the value of attribute multiplex_ids.
331 332 333 |
# File 'sig/types.rbs', line 331 def multiplex_ids @multiplex_ids end |