Class: Aws::ARCRegionswitch::Types::ParallelExecutionBlockConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ParallelExecutionBlockConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#steps ⇒ Array<Types::Step>
The steps for a parallel execution block.
Instance Attribute Details
#steps ⇒ Array<Types::Step>
The steps for a parallel execution block.
1846 1847 1848 1849 1850 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 1846 class ParallelExecutionBlockConfiguration < Struct.new( :steps) SENSITIVE = [] include Aws::Structure end |