Class: Aws::Types::GetPipelineExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPipelineExecutionInput
- 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.
Instance Attribute Details
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
543 544 545 |
# File 'sig/types.rbs', line 543 def pipeline_name @pipeline_name end |