Class: Aws::Drs::Types::RetryDataReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::RetryDataReplicationRequest
- 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 whose data replication should be retried.
Instance Attribute Details
#source_server_id ⇒ String
The ID of the Source Server whose data replication should be retried.
2918 2919 2920 2921 2922 |
# File 'lib/aws-sdk-drs/types.rb', line 2918 class RetryDataReplicationRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |