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_actions_statusTypes::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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def source_server_id
  @source_server_id
end