Class: Aws::Types::RecoveryInstanceDataReplicationInitiationStep
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryInstanceDataReplicationInitiationStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE", ...
Returns the value of attribute name.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ "LINK_FAILBACK_CLIENT_WITH_RECOVERY_INSTANCE", ...
Returns the value of attribute name.
933 934 935 |
# File 'sig/types.rbs', line 933 def name @name end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
934 935 936 |
# File 'sig/types.rbs', line 934 def status @status end |