Method: Aws::Drs::Types::ParticipatingServer#launch_status
- Defined in:
- lib/aws-sdk-drs/types.rb
#launch_status ⇒ String
The launch status of a participating server.
2099 2100 2101 2102 2103 2104 2105 2106 |
# File 'lib/aws-sdk-drs/types.rb', line 2099 class ParticipatingServer < Struct.new( :launch_actions_status, :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |