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.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def status @status end |
#time ⇒ Types::ReplicationTimeValue
Returns the value of attribute time.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def time @time end |