Class: Aws::Drs::Types::RecoveryPlanExecutionSourceServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RecoveryPlanExecutionSourceServer
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
A source server with a specific recovery snapshot for plan execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_snapshot_id ⇒ String
The ID of the recovery snapshot to use.
-
#source_server_id ⇒ String
The ID of the source server.
Instance Attribute Details
#recovery_snapshot_id ⇒ String
The ID of the recovery snapshot to use.
3313 3314 3315 3316 3317 3318 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3313 class RecoveryPlanExecutionSourceServer < Struct.new( :source_server_id, :recovery_snapshot_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
The ID of the source server.
3313 3314 3315 3316 3317 3318 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3313 class RecoveryPlanExecutionSourceServer < Struct.new( :source_server_id, :recovery_snapshot_id) SENSITIVE = [] include Aws::Structure end |