Class: Aws::Drs::Types::StartReplicationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_serverTypes::SourceServer

The Source Server that this action was targeted on.

Returns:



3466
3467
3468
3469
3470
# File 'lib/aws-sdk-drs/types.rb', line 3466

class StartReplicationResponse < Struct.new(
  :source_server)
  SENSITIVE = []
  include Aws::Structure
end