Class: Aws::Types::ParticipatingServer
- Inherits:
-
Object
- Object
- Aws::Types::ParticipatingServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_actions_status ⇒ Types::LaunchActionsStatus
Returns the value of attribute launch_actions_status.
-
#launch_status ⇒ "PENDING", ...
Returns the value of attribute launch_status.
-
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#launch_actions_status ⇒ Types::LaunchActionsStatus
Returns the value of attribute launch_actions_status.
838 839 840 |
# File 'sig/types.rbs', line 838 def launch_actions_status @launch_actions_status end |
#launch_status ⇒ "PENDING", ...
Returns the value of attribute launch_status.
837 838 839 |
# File 'sig/types.rbs', line 837 def launch_status @launch_status end |
#recovery_instance_id ⇒ ::String
Returns the value of attribute recovery_instance_id.
836 837 838 |
# File 'sig/types.rbs', line 836 def recovery_instance_id @recovery_instance_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
835 836 837 |
# File 'sig/types.rbs', line 835 def source_server_id @source_server_id end |