Class: Aws::Types::DeleteReplicatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReplicatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
438 439 440 |
# File 'sig/types.rbs', line 438 def current_version @current_version end |
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
439 440 441 |
# File 'sig/types.rbs', line 439 def replicator_arn @replicator_arn end |