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.
2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-drs/types.rb', line 2963 class RetryDataReplicationRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |