Class: Aws::SMS::Types::ServerReplicationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Replication configuration of a server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serverTypes::Server

The ID of the server with which this replication configuration is associated.

Returns:



1739
1740
1741
1742
1743
1744
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1739

class ServerReplicationConfiguration < Struct.new(
  :server,
  :server_replication_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#server_replication_parametersTypes::ServerReplicationParameters

The parameters for replicating the server.



1739
1740
1741
1742
1743
1744
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1739

class ServerReplicationConfiguration < Struct.new(
  :server,
  :server_replication_parameters)
  SENSITIVE = []
  include Aws::Structure
end