Class: Aws::Drs::Types::ReverseReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ReverseReplicationRequest
- Defined in:
- gems/aws-sdk-drs/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.
3011 3012 3013 3014 3015 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3011 class ReverseReplicationRequest < Struct.new( :recovery_instance_id) SENSITIVE = [] include Aws::Structure end |