Class: Aws::Drs::Types::ReverseReplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ReverseReplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reversed_direction_source_server_arn ⇒ String
ARN of created SourceServer.
Instance Attribute Details
#reversed_direction_source_server_arn ⇒ String
ARN of created SourceServer.
2988 2989 2990 2991 2992 |
# File 'lib/aws-sdk-drs/types.rb', line 2988 class ReverseReplicationResponse < Struct.new( :reversed_direction_source_server_arn) SENSITIVE = [] include Aws::Structure end |