Class: Aws::Mgn::Types::ParticipatingServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ParticipatingServer
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Server participating in Job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_status ⇒ String
Participating server launch status.
-
#launched_ec2_instance_id ⇒ String
Participating server's launched ec2 instance ID.
-
#post_launch_actions_status ⇒ Types::PostLaunchActionsStatus
Participating server's Post Launch Actions Status.
-
#source_server_id ⇒ String
Participating server Source Server ID.
Instance Attribute Details
#launch_status ⇒ String
Participating server launch status.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921 class ParticipatingServer < Struct.new( :launch_status, :launched_ec2_instance_id, :post_launch_actions_status, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#launched_ec2_instance_id ⇒ String
Participating server's launched ec2 instance ID.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921 class ParticipatingServer < Struct.new( :launch_status, :launched_ec2_instance_id, :post_launch_actions_status, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#post_launch_actions_status ⇒ Types::PostLaunchActionsStatus
Participating server's Post Launch Actions Status.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921 class ParticipatingServer < Struct.new( :launch_status, :launched_ec2_instance_id, :post_launch_actions_status, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
Participating server Source Server ID.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921 class ParticipatingServer < Struct.new( :launch_status, :launched_ec2_instance_id, :post_launch_actions_status, :source_server_id) SENSITIVE = [] include Aws::Structure end |