Class: Aws::Types::DeleteReplicatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReplicatorResponse
- 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.
451 452 453 |
# File 'sig/types.rbs', line 451 def replicator_arn @replicator_arn end |
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
452 453 454 |
# File 'sig/types.rbs', line 452 def replicator_state @replicator_state end |