Class: Aws::Types::StopPipelineExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StopPipelineExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abandon ⇒ Boolean
Returns the value of attribute abandon.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#abandon ⇒ Boolean
Returns the value of attribute abandon.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def abandon @abandon end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def pipeline_name @pipeline_name end |
#reason ⇒ ::String
Returns the value of attribute reason.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def reason @reason end |