Class: Aws::ARCRegionswitch::Types::ParallelExecutionBlockConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Configuration for steps that should be executed in parallel during a Region switch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stepsArray<Types::Step>

The steps for a parallel execution block.

Returns:



1561
1562
1563
1564
1565
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1561

class ParallelExecutionBlockConfiguration < Struct.new(
  :steps)
  SENSITIVE = []
  include Aws::Structure
end