Class: Aws::Types::SelectiveExecutionConfig
- Inherits:
-
Object
- Object
- Aws::Types::SelectiveExecutionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#selected_steps ⇒ ::Array[Types::SelectedStep]
Returns the value of attribute selected_steps.
-
#source_pipeline_execution_arn ⇒ ::String
Returns the value of attribute source_pipeline_execution_arn.
Instance Attribute Details
#selected_steps ⇒ ::Array[Types::SelectedStep]
Returns the value of attribute selected_steps.
10888 10889 10890 |
# File 'sig/types.rbs', line 10888 def selected_steps @selected_steps end |
#source_pipeline_execution_arn ⇒ ::String
Returns the value of attribute source_pipeline_execution_arn.
10887 10888 10889 |
# File 'sig/types.rbs', line 10887 def source_pipeline_execution_arn @source_pipeline_execution_arn end |