Class: Aws::Types::ParticipatingServer
- Inherits:
-
Object
- Object
- Aws::Types::ParticipatingServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_status ⇒ "PENDING", ...
Returns the value of attribute launch_status.
-
#launched_ec2_instance_id ⇒ ::String
Returns the value of attribute launched_ec2_instance_id.
-
#post_launch_actions_status ⇒ Types::PostLaunchActionsStatus
Returns the value of attribute post_launch_actions_status.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#launch_status ⇒ "PENDING", ...
Returns the value of attribute launch_status.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def launch_status @launch_status end |
#launched_ec2_instance_id ⇒ ::String
Returns the value of attribute launched_ec2_instance_id.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def launched_ec2_instance_id @launched_ec2_instance_id end |
#post_launch_actions_status ⇒ Types::PostLaunchActionsStatus
Returns the value of attribute post_launch_actions_status.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def post_launch_actions_status @post_launch_actions_status end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def source_server_id @source_server_id end |