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.
10812 10813 10814 |
# File 'sig/types.rbs', line 10812 def selected_steps @selected_steps end |
#source_pipeline_execution_arn ⇒ ::String
Returns the value of attribute source_pipeline_execution_arn.
10811 10812 10813 |
# File 'sig/types.rbs', line 10811 def source_pipeline_execution_arn @source_pipeline_execution_arn end |