Class: Aws::Types::SelectiveExecutionConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#selected_steps::Array[Types::SelectedStep]

Returns the value of attribute selected_steps.

Returns:



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.

Returns:

  • (::String)


10811
10812
10813
# File 'sig/types.rbs', line 10811

def source_pipeline_execution_arn
  @source_pipeline_execution_arn
end