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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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:



3615
3616
3617
3618
3619
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3615

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