Class: Aws::Types::PipelineContext
- Inherits:
-
Object
- Object
- Aws::Types::PipelineContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::ActionContext
Returns the value of attribute action.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#stage ⇒ Types::StageContext
Returns the value of attribute stage.
Instance Attribute Details
#action ⇒ Types::ActionContext
Returns the value of attribute action.
884 885 886 |
# File 'sig/types.rbs', line 884 def action @action end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
885 886 887 |
# File 'sig/types.rbs', line 885 def pipeline_arn @pipeline_arn end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
886 887 888 |
# File 'sig/types.rbs', line 886 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
882 883 884 |
# File 'sig/types.rbs', line 882 def pipeline_name @pipeline_name end |
#stage ⇒ Types::StageContext
Returns the value of attribute stage.
883 884 885 |
# File 'sig/types.rbs', line 883 def stage @stage end |