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.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-mgn/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 |
#launched_ec2_instance_id ⇒ String
Participating server's launched ec2 instance ID.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-mgn/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 |
#post_launch_actions_status ⇒ Types::PostLaunchActionsStatus
Participating server's Post Launch Actions Status.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-mgn/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 |
#source_server_id ⇒ String
Participating server Source Server ID.
2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-mgn/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 |