Class: Aws::Types::ReplicationTime
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
-
#time ⇒ Types::ReplicationTimeValue
Returns the value of attribute time.
Instance Attribute Details
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def status @status end |
#time ⇒ Types::ReplicationTimeValue
Returns the value of attribute time.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def time @time end |