Class: Aws::Drs::Types::RecoveryPlanExecutionServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryPlanExecutionServer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
A server within a recovery plan execution step, enriched with execution state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impact_level ⇒ String
Defaults to CRITICAL if not specified.
-
#job_id ⇒ String
The DRS recovery job ID.
-
#server_arn ⇒ String
The ARN of the source server.
Instance Attribute Details
#impact_level ⇒ String
Defaults to CRITICAL if not specified.
3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-drs/types.rb', line 3293 class RecoveryPlanExecutionServer < Struct.new( :server_arn, :impact_level, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The DRS recovery job ID. Populated when recovery is initiated for this server.
3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-drs/types.rb', line 3293 class RecoveryPlanExecutionServer < Struct.new( :server_arn, :impact_level, :job_id) SENSITIVE = [] include Aws::Structure end |
#server_arn ⇒ String
The ARN of the source server.
3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-drs/types.rb', line 3293 class RecoveryPlanExecutionServer < Struct.new( :server_arn, :impact_level, :job_id) SENSITIVE = [] include Aws::Structure end |