Class: Aws::Types::ReplicationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "InProgress", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_reason_code ⇒ ::String
Returns the value of attribute state_reason_code.
Instance Attribute Details
#state ⇒ "InProgress", ...
Returns the value of attribute state.
450 451 452 |
# File 'sig/types.rbs', line 450 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
451 452 453 |
# File 'sig/types.rbs', line 451 def state_reason @state_reason end |
#state_reason_code ⇒ ::String
Returns the value of attribute state_reason_code.
452 453 454 |
# File 'sig/types.rbs', line 452 def state_reason_code @state_reason_code end |