class Aws::Drs::Types::StartRecoveryRequestSourceServer

An object representing the Source Server to recover.

@note When making an API call, you may pass StartRecoveryRequestSourceServer

data as a hash:

    {
      recovery_snapshot_id: "RecoverySnapshotID",
      source_server_id: "SourceServerID", # required
    }

@!attribute [rw] recovery_snapshot_id

The ID of a Recovery Snapshot we want to recover from. Omit this
field to launch from the latest data by taking an on-demand
snapshot.
@return [String]

@!attribute [rw] source_server_id

The ID of the Source Server you want to recover.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/StartRecoveryRequestSourceServer AWS API Documentation

Constants

SENSITIVE