Class: Aws::Types::ParticipatingServer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#launch_status ⇒ "PENDING", ...

Returns the value of attribute launch_status.

Returns:

  • ("PENDING", "IN_PROGRESS", "LAUNCHED", "FAILED", "TERMINATED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def source_server_id
  @source_server_id
end