Class: Aws::Drs::Types::StartReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StartReplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_server_id ⇒ String
The ID of the Source Server to start replication for.
Instance Attribute Details
#source_server_id ⇒ String
The ID of the Source Server to start replication for.
3454 3455 3456 3457 3458 |
# File 'lib/aws-sdk-drs/types.rb', line 3454 class StartReplicationRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |