Class: Aws::Drs::Types::ParticipatingServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ParticipatingServer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Represents a server participating in an asynchronous Job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_status ⇒ String
The launch status of a participating server.
-
#recovery_instance_id ⇒ String
The Recovery Instance ID of a participating server.
-
#source_server_id ⇒ String
The Source Server ID of a participating server.
Instance Attribute Details
#launch_status ⇒ String
The launch status of a participating server.
1398 1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-drs/types.rb', line 1398 class ParticipatingServer < Struct.new( :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#recovery_instance_id ⇒ String
The Recovery Instance ID of a participating server.
1398 1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-drs/types.rb', line 1398 class ParticipatingServer < Struct.new( :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
The Source Server ID of a participating server.
1398 1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-drs/types.rb', line 1398 class ParticipatingServer < Struct.new( :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |