Class: Aws::Types::RestartChannelPipelinesRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestartChannelPipelinesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#pipeline_ids ⇒ ::Array[("PIPELINE_0" | "PIPELINE_1")]
Returns the value of attribute pipeline_ids.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
3633 3634 3635 |
# File 'sig/types.rbs', line 3633 def channel_id @channel_id end |
#pipeline_ids ⇒ ::Array[("PIPELINE_0" | "PIPELINE_1")]
Returns the value of attribute pipeline_ids.
3634 3635 3636 |
# File 'sig/types.rbs', line 3634 def pipeline_ids @pipeline_ids end |