Class: Aws::Types::BatchStop
- Inherits:
-
Object
- Object
- Aws::Types::BatchStop
- 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.
324 325 326 |
# File 'sig/types.rbs', line 324 def channel_ids @channel_ids end |
#multiplex_ids ⇒ ::Array[::String]
Returns the value of attribute multiplex_ids.
325 326 327 |
# File 'sig/types.rbs', line 325 def multiplex_ids @multiplex_ids end |