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.
3636 3637 3638 |
# File 'sig/types.rbs', line 3636 def channel_id @channel_id end |
#pipeline_ids ⇒ ::Array[("PIPELINE_0" | "PIPELINE_1")]
Returns the value of attribute pipeline_ids.
3637 3638 3639 |
# File 'sig/types.rbs', line 3637 def pipeline_ids @pipeline_ids end |