Class: Aws::Types::UpdateReplicationInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
-
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
Instance Attribute Details
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def replicator_arn @replicator_arn end |
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def replicator_state @replicator_state end |