Method: Aws::Mgn::Types::ParticipatingServer#launch_status

Defined in:
lib/aws-sdk-mgn/types.rb

#launch_statusString

Participating server launch status.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
2988
2989
# File 'lib/aws-sdk-mgn/types.rb', line 2982

class ParticipatingServer < Struct.new(
  :source_server_id,
  :launch_status,
  :launched_ec2_instance_id,
  :post_launch_actions_status)
  SENSITIVE = []
  include Aws::Structure
end