Class: Aws::Types::ReplicationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#status ⇒ "REPLICATING", "COMPLETED"
Returns the value of attribute status.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
464 465 466 |
# File 'sig/types.rbs', line 464 def location @location end |
#status ⇒ "REPLICATING", "COMPLETED"
Returns the value of attribute status.
465 466 467 |
# File 'sig/types.rbs', line 465 def status @status end |