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.
10805 10806 10807 |
# File 'sig/types.rbs', line 10805 def selected_steps @selected_steps end |
#source_pipeline_execution_arn ⇒ ::String
Returns the value of attribute source_pipeline_execution_arn.
10804 10805 10806 |
# File 'sig/types.rbs', line 10804 def source_pipeline_execution_arn @source_pipeline_execution_arn end |