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
1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-drs/types.rb', line 1246 class GetReplicationConfigurationRequest < Struct.new( :source_server_id) SENSITIVE = [] include Aws::Structure end |