Class: Aws::ARCRegionswitch::Types::ParallelExecutionBlockConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ParallelExecutionBlockConfiguration
- 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
-
#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.
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 |