Class: Aws::Drs::Types::ExecutionServerStepConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ExecutionServerStepConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Configuration for a SERVER type execution step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#servers ⇒ Array<Types::RecoveryPlanExecutionServer>
The list of servers in this execution step.
Instance Attribute Details
#servers ⇒ Array<Types::RecoveryPlanExecutionServer>
The list of servers in this execution step.
1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-drs/types.rb', line 1383 class ExecutionServerStepConfiguration < Struct.new( :servers) SENSITIVE = [] include Aws::Structure end |