Class: Aws::Drs::Types::ReverseReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ReverseReplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recovery_instance_id ⇒ String
The ID of the Recovery Instance that we want to reverse the replication for.
Instance Attribute Details
#recovery_instance_id ⇒ String
The ID of the Recovery Instance that we want to reverse the replication for.
2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-drs/types.rb', line 2976 class ReverseReplicationRequest < Struct.new( :recovery_instance_id) SENSITIVE = [] include Aws::Structure end |