Class: Aws::Drs::Types::ParticipatingServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ParticipatingServer
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Represents a server participating in an asynchronous Job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_actions_status ⇒ Types::LaunchActionsStatus
The post-launch action runs of a participating server.
-
#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_actions_status ⇒ Types::LaunchActionsStatus
The post-launch action runs of a participating server.
2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2083 class ParticipatingServer < Struct.new( :launch_actions_status, :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#launch_status ⇒ String
The launch status of a participating server.
2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2083 class ParticipatingServer < Struct.new( :launch_actions_status, :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.
2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2083 class ParticipatingServer < Struct.new( :launch_actions_status, :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.
2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2083 class ParticipatingServer < Struct.new( :launch_actions_status, :launch_status, :recovery_instance_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |