Class: Aws::Drs::Types::StopReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StopReplicationRequest
- 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 stop replication for.
Instance Attribute Details
#source_server_id ⇒ String
The ID of the Source Server to stop replication for.
3568 3569 3570 3571 3572 |
# File 'lib/aws-sdk-drs/types.rb', line 3568 class StopReplicationRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |