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:



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.

Returns:

  • (::String)


10804
10805
10806
# File 'sig/types.rbs', line 10804

def source_pipeline_execution_arn
  @source_pipeline_execution_arn
end