Class: Aws::Types::CreateReplicatorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicatorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
-
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
-
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
Instance Attribute Details
#replicator_arn ⇒ ::String
Returns the value of attribute replicator_arn.
370 371 372 |
# File 'sig/types.rbs', line 370 def replicator_arn @replicator_arn end |
#replicator_name ⇒ ::String
Returns the value of attribute replicator_name.
371 372 373 |
# File 'sig/types.rbs', line 371 def replicator_name @replicator_name end |
#replicator_state ⇒ "RUNNING", ...
Returns the value of attribute replicator_state.
372 373 374 |
# File 'sig/types.rbs', line 372 def replicator_state @replicator_state end |