Class: Aws::Drs::Types::GetReplicationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::GetReplicationConfigurationRequest
- 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 Serve for this Replication Configuration.r.
Instance Attribute Details
#source_server_id ⇒ String
The ID of the Source Serve for this Replication Configuration.r
1230 1231 1232 1233 1234 |
# File 'lib/aws-sdk-drs/types.rb', line 1230 class GetReplicationConfigurationRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |