Class: Aws::Types::CancelPipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelPipelineExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
647 648 649 |
# File 'sig/types.rbs', line 647 def pipeline_name @pipeline_name end |
#reason ⇒ ::String
Returns the value of attribute reason.
649 650 651 |
# File 'sig/types.rbs', line 649 def reason @reason end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
646 647 648 |
# File 'sig/types.rbs', line 646 def workspace_name @workspace_name end |