Class: Aws::Types::BatchStartRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchStartRequest
- 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.
306 307 308 |
# File 'sig/types.rbs', line 306 def channel_ids @channel_ids end |
#multiplex_ids ⇒ ::Array[::String]
Returns the value of attribute multiplex_ids.
307 308 309 |
# File 'sig/types.rbs', line 307 def multiplex_ids @multiplex_ids end |