Class: Aws::Drs::Types::StopReplicationResponse

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:



2477
2478
2479
2480
2481
# File 'lib/aws-sdk-drs/types.rb', line 2477

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