class Aws::Drs::Types::StartRecoveryRequest

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

data as a hash:

    {
      is_drill: false,
      source_servers: [ # required
        {
          recovery_snapshot_id: "RecoverySnapshotID",
          source_server_id: "SourceServerID", # required
        },
      ],
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] is_drill

Whether this Source Server Recovery operation is a drill or not.
@return [Boolean]

@!attribute [rw] source_servers

The Source Servers that we want to start a Recovery Job for.
@return [Array<Types::StartRecoveryRequestSourceServer>]

@!attribute [rw] tags

The tags to be associated with the Recovery Job.
@return [Hash<String,String>]

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

Constants

SENSITIVE